Django

Code

Changeset 3042

Show
Ignore:
Timestamp:
05/31/06 23:35:44 (3 years ago)
Author:
adrian
Message:

Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txt

Files:

Legend:

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

    r2960 r3042  
    488488It is an error to have an inline-editable relation without at least one 
    489489``core=True`` field. 
     490 
     491Please note that each field marked "core" is treated as a required field by the 
     492Django admin site. Essentially, this means you should put ``core=True`` on all 
     493required fields in your related object that is being edited inline. 
    490494 
    491495``db_column``