Ticket #7897: 7897.diff

File 7897.diff, 528 bytes (added by anonymous, 16 years ago)

Wording change

  • docs/admin.txt

     
    500500============================
    501501
    502502The 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 being
     503parent model. These are called inlines. You can add them a model by
    504504specifing them in a ``ModelAdmin.inlines`` attribute::
    505505
    506506    class BookInline(admin.TabularInline):
Back to Top