Merge pull request #1008 from reverie/patch-2

Removed incorrect phrase from DecimalField docs.
This commit is contained in:
Tim Graham 2013-04-11 10:38:53 -07:00
commit 9a62fc3f93
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,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