Changeset 8241
- Timestamp:
- 08/08/08 15:02:10 (5 months ago)
- Files:
-
- django/trunk/docs/admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/admin.txt
r8210 r8241 634 634 635 635 This controls the maximum number of forms to show in the inline. This doesn't 636 directly corr olate to the number of objects, but can if the value is small636 directly correlate to the number of objects, but can if the value is small 637 637 enough. See `max_num in formsets`_ for more information. 638 638
