Django

Code

Changeset 8241

Show
Ignore:
Timestamp:
08/08/08 15:02:10 (5 months ago)
Author:
brosner
Message:

Fixed #8166 -- Corrected a typo in the admin documentation. Thanks d00gs for the hawk eyes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/admin.txt

    r8210 r8241  
    634634 
    635635This controls the maximum number of forms to show in the inline. This doesn't 
    636 directly corrolate to the number of objects, but can if the value is small 
     636directly correlate to the number of objects, but can if the value is small 
    637637enough. See `max_num in formsets`_ for more information. 
    638638