Changeset 8065
- Timestamp:
- 07/23/08 17:30:25 (6 months ago)
- Files:
-
- django/trunk/docs/admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/admin.txt
r8022 r8065 501 501 502 502 The admin interface has the ability to edit models on the same page as a 503 parent model. These are called inlines. You can add them a model being504 specif ing them in a ``ModelAdmin.inlines`` attribute::503 parent model. These are called inlines. You can add them to a model by 504 specifying them in a ``ModelAdmin.inlines`` attribute:: 505 505 506 506 class BookInline(admin.TabularInline):
