1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

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
This commit is contained in:
Brian Rosner 2008-06-11 20:35:34 +00:00
parent d1bc198e00
commit 4a6965b308

View File

@ -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``
~~~~~~~~~~~~