Changeset 7618
- Timestamp:
- 06/11/08 15:35:34 (5 months ago)
- Files:
-
- django/branches/newforms-admin/docs/admin.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/docs/admin.txt
r7617 r7618 475 475 `model formsets`_. 476 476 477 .. _model formsets: ../modelforms/# 477 .. _model formsets: ../modelforms/#model-formsets 478 478 479 479 ``form`` … … 488 488 489 489 This controls the number of extra forms the formset will display in addition 490 to the initial forms. See `extra in formsets`_ for more information. 490 to the initial forms. See the `formsets documentation`_ for more information. 491 492 .. _formsets documentation: ../newforms/#formsets 491 493 492 494 ``max_num`` … … 496 498 directly corrolate to the number of objects, but can if the value is small 497 499 enough. See `max_num in model formsets`_ for more information. 500 501 .. _max_num in formsets: ../modelforms/#limiting-the-number-of-objects-editable 498 502 499 503 ``template``
