Changeset 3042
- Timestamp:
- 05/31/06 23:35:44 (3 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r2960 r3042 488 488 It is an error to have an inline-editable relation without at least one 489 489 ``core=True`` field. 490 491 Please note that each field marked "core" is treated as a required field by the 492 Django admin site. Essentially, this means you should put ``core=True`` on all 493 required fields in your related object that is being edited inline. 490 494 491 495 ``db_column``
