summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-11-13 15:30:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-14 16:23:56 +0000
commit1c95f84c0c125224fe4c5469a109d5e1247e5a5c (patch)
treecb0667c5e701cedf901740fa2709ad16939fe25b /bitbake/lib/toaster/orm
parent80e70e669fa699452c98bed26d516692b222fcd5 (diff)
downloadpoky-1c95f84c0c125224fe4c5469a109d5e1247e5a5c.tar.gz
bitbake: toaster: fixtures/README: django 1.8 -> 3.2
We should reference the docs for the current LTS version we are using. (Bitbake rev: 0dca22a184240d464bbd4ef276a6b13e44e29725) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/orm')
-rw-r--r--bitbake/lib/toaster/orm/fixtures/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/orm/fixtures/README b/bitbake/lib/toaster/orm/fixtures/README
index 1b1c660aac..7cd745e26b 100644
--- a/bitbake/lib/toaster/orm/fixtures/README
+++ b/bitbake/lib/toaster/orm/fixtures/README
@@ -27,4 +27,4 @@ Data can be provided in XML, JSON and if installed YAML formats.
27 27
28Use the django management command manage.py loaddata <your fixture file> 28Use the django management command manage.py loaddata <your fixture file>
29For further information see the Django command documentation at: 29For further information see the Django command documentation at:
30https://docs.djangoproject.com/en/1.8/ref/django-admin/#django-admin-loaddata 30https://docs.djangoproject.com/en/3.2/ref/django-admin/#django-admin-loaddata