summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt8
1 files changed, 0 insertions, 8 deletions
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
<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