#2054 closed enhancement (fixed)
[PATCH] Update core description in the model API to clarify behaviour
Reported by: | 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)
Change History (4)
by , 18 years ago
Attachment: | model-api.txt.diff added |
---|
comment:1 by , 18 years ago
Please use the second patch, an added comma makes for a slightly better reading.
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to clarify the core description.