Changes between Version 2 and Version 3 of Ticket #36233, comment 7


Ignore:
Timestamp:
Mar 9, 2025, 4:29:42 AM (22 hours ago)
Author:
Hridesh MG

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36233, comment 7

    v2 v3  
    5353----
    5454
    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`?
     55I 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()?
    5656
Back to Top