Opened 14 years ago
Closed 14 years ago
#16826 closed Bug (duplicate)
Overwriting max_decimal_places error message in forms.DecimalField raises Exception
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Forms | Version: | 1.3 |
| Severity: | Normal | 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
If you set decimal_places in forms.DecimalField and overwrite the the max_decimal_places error message, you will raise an exception when you try to input something larger than the specified decimal_places instead of getting your error message. Removing the custom error message does not generate the exception.
Note:
See TracTickets
for help on using tickets.