Changes between Version 2 and Version 3 of Ticket #36233, comment 7
- Timestamp:
- Mar 9, 2025, 4:29:42 AM (22 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36233, comment 7
v2 v3 53 53 ---- 54 54 55 I hope the above made sense. I'm not sure what approach I should follow to fix this issue, would it suffice to prevent the user from entering a number which has more than 15 digits and check if its within `max_digit - decimal_places` ?55 I hope the above made sense. I'm not sure what approach I should follow to fix this issue, would it suffice to prevent the user from entering a number which has more than 15 digits and check if its within `max_digit - decimal_places` and if so should it be caught during full_clean() or save()? 56 56