diff options
| author | Paul McMillan <Paul@McMillan.ws> | 2011-09-22 04:10:02 +0000 |
|---|---|---|
| committer | Paul McMillan <Paul@McMillan.ws> | 2011-09-22 04:10:02 +0000 |
| commit | 5a01324f20305213cb4429b8ef4c376fe19a7fd7 (patch) | |
| tree | 11471086a695d4c4d33cbce13cf10f9c2c3d6871 /docs/ref | |
| parent | f91af7252352459cc84dc5da8b367f4c571c9a31 (diff) | |
Fixed #16907 -- Deprecate databrowse.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/databrowse.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/ref/contrib/databrowse.txt b/docs/ref/contrib/databrowse.txt index 33c8228520..794855877a 100644 --- a/docs/ref/contrib/databrowse.txt +++ b/docs/ref/contrib/databrowse.txt @@ -5,21 +5,15 @@ Databrowse .. module:: django.contrib.databrowse :synopsis: Databrowse is a Django application that lets you browse your data. +.. deprecated:: 1.4 + This module has been deprecated. + Databrowse is a Django application that lets you browse your data. As the Django admin dynamically creates an admin interface by introspecting your models, Databrowse dynamically creates a rich, browsable Web site by introspecting your models. -.. admonition:: Note - - Databrowse is **very** new and is currently under active development. It - may change substantially before the next Django release. - - With that said, it's easy to use, and it doesn't require writing any - code. So you can play around with it today, with very little investment in - time or coding. - How to use Databrowse ===================== |
