summaryrefslogtreecommitdiff
path: root/docs/ref/forms/fields.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/forms/fields.txt')
-rw-r--r--docs/ref/forms/fields.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 4084ae78d5..aa0a7a8444 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -562,7 +562,9 @@ For each field, we describe the default widget used if you don't specify
.. attribute:: step_size
- Limit valid inputs to an integral multiple of ``step_size``.
+ Limit valid inputs to an integral multiple of ``step_size``. If
+ ``min_value`` is also provided, it's added as an offset to determine if
+ the step size matches.
``DurationField``
-----------------
@@ -695,7 +697,9 @@ For each field, we describe the default widget used if you don't specify
.. attribute:: step_size
- Limit valid inputs to an integral multiple of ``step_size``.
+ Limit valid inputs to an integral multiple of ``step_size``. If
+ ``min_value`` is also provided, it's added as an offset to determine if
+ the step size matches.
``GenericIPAddressField``
-------------------------
@@ -831,7 +835,9 @@ For each field, we describe the default widget used if you don't specify
.. attribute:: step_size
- Limit valid inputs to an integral multiple of ``step_size``.
+ Limit valid inputs to an integral multiple of ``step_size``. If
+ ``min_value`` is also provided, it's added as an offset to determine if
+ the step size matches.
``JSONField``
-------------