Changes between Initial Version and Version 1 of Ticket #24636, comment 2


Ignore:
Timestamp:
Apr 13, 2015, 1:48:51 PM (9 years ago)
Author:
Marc Aymerich

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24636, comment 2

    initial v1  
    4141with `max_digits=3` works for `value=1`, but fails for `value=11`.
    4242
    43 the documentation says that `max_digits` must be "greater than or equal to decimal_places''.
     43the documentation says that `max_digits` ''must be greater than or equal to decimal_places''.
    4444
    4545https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.DecimalField.max_digits
Back to Top