mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.5.x] Removed incorrect phrase from DecimalField docs
Backport of 408da7b457 from master
This commit is contained in:
parent
427b59495e
commit
93231851f8
@ -456,7 +456,7 @@ A fixed-precision decimal number, represented in Python by a
|
|||||||
.. attribute:: DecimalField.max_digits
|
.. attribute:: DecimalField.max_digits
|
||||||
|
|
||||||
The maximum number of digits allowed in the number. Note that this number
|
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
|
.. attribute:: DecimalField.decimal_places
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user