diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-05 13:49:08 -0400 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-09-17 15:17:05 -0300 |
| commit | 00a84fc6f3bb8cca15113e4d41e710123d182b4a (patch) | |
| tree | 09d8a81acf0c768be984e92de5f3f1206630a266 /docs/ref/django-admin.txt | |
| parent | 1db79d8acf20c38aaf52e8e7c57f43c0e6501bb9 (diff) | |
Removed versionadded/changed annotations for 5.2.
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 8 |
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 |
