Opened 17 years ago
Closed 17 years ago
#6759 closed (fixed)
Error in custom model fields documentation
Reported by: | David Larlet | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is an error in get_db_prep_save example, fields should be related to value and not to self (see attached patch).
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | patch_django_6759.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7301]) Fixed #6759: Corrected example of get_db_prep_save() in docs/custom_model_fields.txt