[langdale][2.2][PATCH 1/3] toaster: fixtures/README: django 1.8 -> 3.2
Tim Orling <[email protected]> Tue, 14 Mar 2023 13:31:28 -0700
| Newsgroups | org.yoctoproject.lists.toaster,org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <7e8e6e41a339f479ffece40320a8f89d2ae9453c.1678825322.git.tim.orling@konsulko.com> |
We should reference the docs for the current LTS version we are using. Signed-off-by: Tim Orling <[email protected]> --- lib/toaster/orm/fixtures/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1