Changeset 8972
- Timestamp:
- 09/05/08 19:09:17 (6 hours ago)
- Files:
-
- django/trunk/docs/topics/forms/modelforms.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/topics/forms/modelforms.txt
r8872 r8972 560 560 >>> formset = BookFormSet(instance=author) 561 561 562 More than one for iegn key to the same model562 More than one foreign key to the same model 563 563 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 564 564
