From 63023e6ad99da9030ceb60ffa6ff7c952660af6d Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 11 Nov 2010 21:44:05 +0000 Subject: [PATCH] Added AdminMediaHandler to deprecation docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14534 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) 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