aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-03-14 13:31:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-15 23:15:20 +0000
commitadd4569195f8f64000555679e282b0b12d1ca3f8 (patch)
tree41645d8ecf49ee7c048784028f68bcf85fbea496
parent2b239555f76e4e98ca704e7ef60e796d0f19463c (diff)
downloadbitbake-contrib-add4569195f8f64000555679e282b0b12d1ca3f8.tar.gz
toaster: fixtures/README: django 1.8 -> 3.2
We should reference the docs for the current LTS version we are using. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/toaster/orm/fixtures/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/orm/fixtures/README b/lib/toaster/orm/fixtures/README
index 1b1c660aa..7cd745e26 100644
--- a/lib/toaster/orm/fixtures/README
+++ b/lib/toaster/orm/fixtures/README
@@ -27,4 +27,4 @@ Data can be provided in XML, JSON and if installed YAML formats.
Use the django management command manage.py loaddata <your fixture file>
For further information see the Django command documentation at:
-https://docs.djangoproject.com/en/1.8/ref/django-admin/#django-admin-loaddata
+https://docs.djangoproject.com/en/3.2/ref/django-admin/#django-admin-loaddata