diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index a37da02898..17b8408a42 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -669,6 +669,13 @@ Example usage:: django-admin.py runserver --adminmedia=/tmp/new-admin-style/ +.. versionchanged:: 1.3 + +If the :doc:`staticfiles` contrib app is enabled +(default in new projects) the :djadmin:`runserver` command will be overriden +with an own :djadmin:`runserver` command which doesn't +have the :djadminopt:`--adminmedia` option due to deprecation. + .. django-admin-option:: --noreload Use the ``--noreload`` option to disable the use of the auto-reloader. This