Ticket #2054: model-api.txt.diff
File model-api.txt.diff, 561 bytes (added by , 18 years ago) |
---|
-
docs/model-api.txt
488 488 It is an error to have an inline-editable relation without at least one 489 489 ``core=True`` field. 490 490 491 Please note that each field marked "core" needs to be filled in. In essence 492 this means you cancel whatever is marked with ``blank=True``, since if not all 493 fields marked up with ``core=True`` are filled in the object will not be saved. 494 491 495 ``db_column`` 492 496 ~~~~~~~~~~~~~ 493 497