Opened 14 years ago

Last modified 13 years ago

#13949 closed

readonly fields can't be modified via cleaned_data in forms — at Initial Version

Reported by: alk Owned by: nobody
Component: Documentation Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

if you make a model with a readonly fields, the value of that field can't be set in a clean() validator in that model's form - this isn't mentioned in the documentation anywhere as far as I can see, should be added I think

Change History (0)

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