From 4a6965b3087901b88df813d5696962155311f4dd Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Wed, 11 Jun 2008 20:35:34 +0000 Subject: [PATCH] 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 --- docs/admin.txt | 8 ++++++-- 1 file 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`` ~~~~~~~~~~~~