Ticket #2054: model-api.txt.2.diff

File model-api.txt.2.diff, 563 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
     494saved.
     495
    491496``db_column``
    492497~~~~~~~~~~~~~
    493498
Back to Top