Skip to content

Commit

Permalink
Fixed #14978 -- Added versionchanged directive to --adminmedia docs c…
Browse files Browse the repository at this point in the history
…larifying why it's not working with staticfiles (deprecation of AdminMediaHandler).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Jan 30, 2011
1 parent 8fe4205 commit aaa76ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ref/django-admin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,13 @@ Example usage::

django-admin.py runserver --adminmedia=/tmp/new-admin-style/

.. versionchanged:: 1.3

If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled
(default in new projects) the :djadmin:`runserver` command will be overriden
with an own :djadmin:`runserver<staticfiles-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
Expand Down

0 comments on commit aaa76ca

Please sign in to comment.