Ticket #2054: model-api.txt.2.diff
File model-api.txt.2.diff, 563 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 494 saved. 495 491 496 ``db_column`` 492 497 ~~~~~~~~~~~~~ 493 498