From 00a84fc6f3bb8cca15113e4d41e710123d182b4a Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 5 Sep 2025 13:49:08 -0400 Subject: Removed versionadded/changed annotations for 5.2. --- docs/ref/django-admin.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/ref/django-admin.txt') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 922030282b..24367e5871 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -950,8 +950,6 @@ Uses IPv6 for the development server. This changes the default IP address from .. envvar:: DJANGO_RUNSERVER_HIDE_WARNING -.. versionadded:: 5.2 - By default, a warning is printed to the console that ``runserver`` is not suitable for production: @@ -1081,10 +1079,6 @@ flag. See the guide on :ref:`customizing this behavior ` to add or remove automatic imports. -.. versionchanged:: 5.2 - - Automatic models import was added. - .. versionchanged:: 6.0 Automatic imports of common utilities, such as ``django.conf.settings``, @@ -1125,8 +1119,6 @@ variable or the ``~/.pythonrc.py`` script is read. .. django-admin-option:: --no-imports -.. versionadded:: 5.2 - Disables the automatic import of models from :setting:`INSTALLED_APPS`. .. django-admin-option:: --command COMMAND, -c COMMAND -- cgit v1.3