Changes between Version 4 and Version 6 of Ticket #32559
- Timestamp:
- Mar 20, 2021, 12:49:45 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32559
- Property Summary Add attribute 'step' to FloatField and DecimalField → Add attribute 'step' to FloatField.
-
Ticket #32559 – Description
v4 v6 10 10 would make sense here as well. It furthermore would require to revalidate the 11 11 step-value by Django's Form validation, rather than by HTML alone. 12 13 Patch: https://github.com/django/django/pull/14162