Opened 13 years ago

Closed 13 years ago

#16826 closed Bug (duplicate)

Overwriting max_decimal_places error message in forms.DecimalField raises Exception

Reported by: jyl@… 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.

Change History (1)

comment:1 by Jack Li <jyl@…>, 13 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top