diff options
| author | Justin Bronn <jbronn@gmail.com> | 2008-08-05 17:15:33 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2008-08-05 17:15:33 +0000 |
| commit | aa239e3e5405933af6a29dac3cf587b59a099927 (patch) | |
| tree | ea2cbd139c9a8cf84c09e0b2008bff70e05927ef /docs/add_ons.txt | |
| parent | 45b73c9a4685809236f84046cc7ffd32a50db958 (diff) | |
gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-8063,8065-8076,8078-8139,8141-8154,8156-8214 via svnmerge from trunk.archive/attic/gis
git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@8215 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/add_ons.txt')
| -rw-r--r-- | docs/add_ons.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt index 029e314f12..2b2de76cba 100644 --- a/docs/add_ons.txt +++ b/docs/add_ons.txt @@ -23,9 +23,10 @@ admin ===== The automatic Django administrative interface. For more information, see -`Tutorial 2`_. +`Tutorial 2`_ and the `admin documentation`_. .. _Tutorial 2: ../tutorial02/ +.. _admin documentation: ../admin/ Requires the auth_ and contenttypes_ contrib packages to be installed. @@ -76,7 +77,7 @@ Requires the sites_ contrib package to be installed as well. formtools ========= -A set of high-level abstractions for Django forms (django.newforms). +A set of high-level abstractions for Django forms (django.forms). django.contrib.formtools.preview -------------------------------- |
