diff --git a/docs/index.txt b/docs/index.txt index bc2197de22..2b16471c13 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -273,7 +273,7 @@ Learn about some other core functionalities of the Django framework: * :doc:`Conditional content processing ` * :doc:`Content types and generic relations ` -* :doc:`Databrowse ` +* :doc:`Databrowse ` (deprecated) * :doc:`Flatpages ` * :doc:`Redirects ` * :doc:`Signals ` diff --git a/docs/ref/contrib/databrowse.txt b/docs/ref/contrib/databrowse.txt index aff8257017..acfe851c6a 100644 --- a/docs/ref/contrib/databrowse.txt +++ b/docs/ref/contrib/databrowse.txt @@ -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 + `_. Databrowse is a Django application that lets you browse your data.