diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-11-11 21:44:05 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-11-11 21:44:05 +0000 |
| commit | 63023e6ad99da9030ceb60ffa6ff7c952660af6d (patch) | |
| tree | f49a0c71456dfeb5ca99090d90752c37705073bd /docs/internals | |
| parent | 8e96584f6363cba7cbbac41771a4318dde9f46dd (diff) | |
Added AdminMediaHandler to deprecation docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index c1341e03fa..14ddda0e7c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -127,6 +127,10 @@ their deprecation, as per the :ref:`Django deprecation policy * :mod:`django.views.generic.list_detail` * :mod:`django.views.generic.simple` + * The :class:`~django.core.servers.basehttp.AdminMediaHandler` has + been deprecated in favor of the + :class:`~django.contrib.staticfiles.handlers.StaticFilesHAndler`. + * 2.0 * ``django.views.defaults.shortcut()``. This function has been moved to ``django.contrib.contenttypes.views.shortcut()`` as part of the |
