Changeset 45
- Timestamp:
- 07/14/05 19:54:49 (3 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r44 r45 306 306 relationship should work: 307 307 308 ====================== ===================================================308 ======================= ============================================================ 309 309 Option Description 310 ====================== ===================================================310 ======================= ============================================================ 311 311 ``edit_inline`` If ``True``, this related object is edited 312 312 "inline" on the related object's page. This means … … 416 416 PK on the other object is named something 417 417 different, this is how to indicate that. 418 ====================== ===================================================418 ======================= ============================================================ 419 419 420 420 .. _`Database API reference`: http://www.djangoproject.com/documentation/db_api/
