summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2008-06-11 20:35:34 +0000
committerBrian Rosner <brosner@gmail.com>2008-06-11 20:35:34 +0000
commit4a6965b3087901b88df813d5696962155311f4dd (patch)
treef7e409e6bf28ae9b83670c6a720a360227f76bea
parentd1bc198e00d7b268b905158e092e3911bb9140f4 (diff)
newforms-admin: Fixed a few links in the inline documentation.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7618 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/admin.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/admin.txt b/docs/admin.txt
index b4e32b4e72..7466d41ee3 100644
--- a/docs/admin.txt
+++ b/docs/admin.txt
@@ -474,7 +474,7 @@ This defaults to ``BaseInlineFormset``. Using your own formset can give you
many possibilities of customization. Inlines are built around
`model formsets`_.
-.. _model formsets: ../modelforms/#
+.. _model formsets: ../modelforms/#model-formsets
``form``
~~~~~~~~
@@ -487,7 +487,9 @@ inline.
~~~~~~~~~
This controls the number of extra forms the formset will display in addition
-to the initial forms. See `extra in formsets`_ for more information.
+to the initial forms. See the `formsets documentation`_ for more information.
+
+.. _formsets documentation: ../newforms/#formsets
``max_num``
~~~~~~~~~~~
@@ -496,6 +498,8 @@ This controls the maximum number of forms to show in the inline. This doesn't
directly corrolate to the number of objects, but can if the value is small
enough. See `max_num in model formsets`_ for more information.
+.. _max_num in formsets: ../modelforms/#limiting-the-number-of-objects-editable
+
``template``
~~~~~~~~~~~~