summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt4
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