DecimalField does not handle validation of large decimal_places
If decimal_places is set to 2, and a number like 0.0000000001 tries to get validated, it passes when it should fail. If you make a form and look at the cleaned data for a DecimalField, you will see that a number like .0000001 looks something like the notation 1E-8, of the decimal.Decimal type.
Change History
(6)
milestone: |
1.0 beta → 1.0
|
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to David Gouldin
|
Owner: |
changed from David Gouldin to Gary Wilson
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
fixed in [8391].