Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2054 closed enhancement (fixed)

[PATCH] Update core description in the model API to clarify behaviour

Reported by: asmodai@… Owned by: Jacob
Component: Documentation Version:
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The description of the core argument is not complete. Right now if you use the admin and you marked a field as blank = True, putting a core = True will effectively cause it to non-optional. If you leave such a field blank and you save it, the object will not be saved.

Attachments (2)

model-api.txt.diff (561 bytes ) - added by asmodai@… 18 years ago.
Patch to clarify the core description.
model-api.txt.2.diff (563 bytes ) - added by asmodai@… 18 years ago.
Patch to clarify the core description.

Download all attachments as: .zip

Change History (4)

by asmodai@…, 18 years ago

Attachment: model-api.txt.diff added

Patch to clarify the core description.

by asmodai@…, 18 years ago

Attachment: model-api.txt.2.diff added

Patch to clarify the core description.

comment:1 by asmodai@…, 18 years ago

Please use the second patch, an added comma makes for a slightly better reading.

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3042]) Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txt

Note: See TracTickets for help on using tickets.
Back to Top