Opened 17 years ago
Closed 17 years ago
#5975 closed (fixed)
ModelChoiceField and ModelMultipleChoiceField are not using custom error messages
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The other fields were given the ability for custom error messages in [6625].
Change History (2)
comment:1 by , 17 years ago
Summary: | ModelChoiceField and MultipleModelChoiceField are not using custom error messages → ModelChoiceField and ModelMultipleChoiceField are not using custom error messages |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6694]) Fixed #5975 -- Gave
ModelChoiceField
andModelMultipleChoiceField
ability to specify custom error messages.