Changes between Version 4 and Version 6 of Ticket #32559


Ignore:
Timestamp:
Mar 20, 2021, 12:49:45 PM (4 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32559

    • Property Summary Add attribute 'step' to FloatField and DecimalFieldAdd attribute 'step' to FloatField.
  • Ticket #32559 – Description

    v4 v6  
    1010would make sense here as well. It furthermore would require to revalidate the
    1111step-value by Django's Form validation, rather than by HTML alone.
    12 
    13 Patch: https://github.com/django/django/pull/14162
Back to Top