mirror of https://github.com/django/django.git
[1.5.x] Fixed #21180 -- Additional deprecation notes for databrowse.
Thanks einsteiger for the suggestion.
This commit is contained in:
parent
20f394f4d5
commit
997a332cbb
|
@ -273,7 +273,7 @@ Learn about some other core functionalities of the Django framework:
|
|||
|
||||
* :doc:`Conditional content processing <topics/conditional-view-processing>`
|
||||
* :doc:`Content types and generic relations <ref/contrib/contenttypes>`
|
||||
* :doc:`Databrowse <ref/contrib/databrowse>`
|
||||
* :doc:`Databrowse <ref/contrib/databrowse>` (deprecated)
|
||||
* :doc:`Flatpages <ref/contrib/flatpages>`
|
||||
* :doc:`Redirects <ref/contrib/redirects>`
|
||||
* :doc:`Signals <topics/signals>`
|
||||
|
|
|
@ -6,7 +6,8 @@ Databrowse
|
|||
:synopsis: Databrowse is a Django application that lets you browse your data.
|
||||
|
||||
.. deprecated:: 1.4
|
||||
This module has been deprecated.
|
||||
This module has been deprecated. It's available as a `third-party package
|
||||
<https://pypi.python.org/pypi/django-databrowse>`_.
|
||||
|
||||
Databrowse is a Django application that lets you browse your data.
|
||||
|
||||
|
|
Loading…
Reference in New Issue