Django

Code

Changeset 7618

Show
Ignore:
Timestamp:
06/11/08 15:35:34 (5 months ago)
Author:
brosner
Message:

newforms-admin: Fixed a few links in the inline documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/newforms-admin/docs/admin.txt

    r7617 r7618  
    475475`model formsets`_. 
    476476 
    477 .. _model formsets: ../modelforms/# 
     477.. _model formsets: ../modelforms/#model-formsets 
    478478 
    479479``form`` 
     
    488488 
    489489This controls the number of extra forms the formset will display in addition 
    490 to the initial forms. See `extra in formsets`_ for more information. 
     490to the initial forms. See the `formsets documentation`_ for more information. 
     491 
     492.. _formsets documentation: ../newforms/#formsets 
    491493 
    492494``max_num`` 
     
    496498directly corrolate to the number of objects, but can if the value is small 
    497499enough. See `max_num in model formsets`_ for more information. 
     500 
     501.. _max_num in formsets: ../modelforms/#limiting-the-number-of-objects-editable 
    498502 
    499503``template``