diff options
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 -------------------------------- |
