Django

Code

Changeset 45

Show
Ignore:
Timestamp:
07/14/05 19:54:49 (3 years ago)
Author:
jacob
Message:

Fixed table layout issue

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r44 r45  
    306306    relationship should work: 
    307307     
    308     ======================   =================================================== 
     308    =======================  ============================================================ 
    309309    Option                   Description 
    310     ======================   =================================================== 
     310    =======================  ============================================================ 
    311311    ``edit_inline``          If ``True``, this related object is edited  
    312312                             "inline" on the related object's page.  This means 
     
    416416                             PK on the other object is named something  
    417417                             different, this is how to indicate that. 
    418     ======================   =================================================== 
     418    =======================  ============================================================ 
    419419 
    420420.. _`Database API reference`: http://www.djangoproject.com/documentation/db_api/