From 624cd9b34850e7ad4d45b74e90004d192104f9f8 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 14 Mar 2023 13:31:28 -0700 Subject: [PATCH] bitbake: toaster: fixtures/README: django 1.8 -> 3.2 We should reference the docs for the current LTS version we are using. (Bitbake rev: add4569195f8f64000555679e282b0b12d1ca3f8) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- bitbake/lib/toaster/orm/fixtures/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. Use the django management command manage.py loaddata 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