mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum value.
This commit is contained in:
committed by
Mariusz Felisiak
parent
549d6ffeb6
commit
1fe0b167af
@@ -367,7 +367,9 @@ Utilities
|
||||
Validators
|
||||
~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* The new ``offset`` argument of
|
||||
:class:`~django.core.validators.StepValueValidator` allows specifying an
|
||||
offset for valid values.
|
||||
|
||||
.. _backwards-incompatible-5.0:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user