diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index f22436e5fe0..7ef251c907d 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -476,7 +476,7 @@ A fixed-precision decimal number, represented in Python by a .. attribute:: DecimalField.max_digits The maximum number of digits allowed in the number. Note that this number - must be greater than or equal to ``decimal_places``, if it exists. + must be greater than or equal to ``decimal_places``. .. attribute:: DecimalField.decimal_places