Ticket #2054: model-api.txt.diff

File model-api.txt.diff, 561 bytes (added by asmodai@…, 18 years ago)

Patch to clarify the core description.

  • docs/model-api.txt

     
    488488It is an error to have an inline-editable relation without at least one
    489489``core=True`` field.
    490490
     491Please note that each field marked "core" needs to be filled in. In essence
     492this means you cancel whatever is marked with ``blank=True``, since if not all
     493fields marked up with ``core=True`` are filled in the object will not be saved.
     494
    491495``db_column``
    492496~~~~~~~~~~~~~
    493497
Back to Top