Removed versionadded/changed annotations for 5.2.

This commit is contained in:
Jacob Walls 2025-09-05 13:49:08 -04:00 committed by nessita
parent 1db79d8acf
commit 00a84fc6f3
38 changed files with 0 additions and 310 deletions

View file

@ -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
<customizing-shell-auto-imports>` 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