Commit 1631e13d authored by Paul McMillan's avatar Paul McMillan
Browse files

Fixed #16907 (again) -- Added deprecation of databrowse to the deprecation docs.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@16890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent ec7dde79
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -249,6 +249,8 @@ their deprecation, as per the :ref:`deprecation policy
      from their previous location ``django.conf.urls.defaults``. This module
      was deprecated at the same time and will be removed in this Django release.

    * The Databrowse contrib module was deprecated in 1.4 and will be removed.

2.0
---