Ticket #7897: 7897.diff
File 7897.diff, 528 bytes (added by , 16 years ago) |
---|
-
docs/admin.txt
500 500 ============================ 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 b eing503 parent model. These are called inlines. You can add them a model by 504 504 specifing them in a ``ModelAdmin.inlines`` attribute:: 505 505 506 506 class BookInline(admin.TabularInline):