diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 95cce477a9..d63fc4d7a4 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -460,7 +460,8 @@ Takes four optional arguments: .. attribute:: DecimalField.max_value .. attribute:: DecimalField.min_value - These attributes define the limits for the fields value. + These control the range of values permitted in the field, and should be + given as ``decimal.Decimal`` values. .. attribute:: DecimalField.max_digits