Commit 93231851 authored by Andrew Badr's avatar Andrew Badr Committed by Tim Graham
Browse files

[1.5.x] Removed incorrect phrase from DecimalField docs

Backport of 408da7b4 from master
parent 427b5949
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,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