Django

Code

Changeset 8065

Show
Ignore:
Timestamp:
07/23/08 17:30:25 (6 months ago)
Author:
brosner
Message:

Fixed #7897 -- Corrected some spelling and grammatical errors in the InlineModelAdmin? objects documentation. Thanks arthurk and Karen Tracey for catching these.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/admin.txt

    r8022 r8065  
    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 
    504 specifing them in a ``ModelAdmin.inlines`` attribute:: 
     503parent model. These are called inlines. You can add them to a model by 
     504specifying them in a ``ModelAdmin.inlines`` attribute:: 
    505505 
    506506    class BookInline(admin.TabularInline):