summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Badr <andrewbadr.etc+github@gmail.com>2013-04-11 16:27:14 +0300
committerTim Graham <timograham@gmail.com>2013-04-11 13:39:29 -0400
commit93231851f8dd4e1882f601de9086d7aaf46b93a9 (patch)
tree7828747d5db1de4a14f89b8331df18b07421e6af /docs
parent427b59495e7e2a1c58a46d278f6decec1d37938c (diff)
[1.5.x] Removed incorrect phrase from DecimalField docs
Backport of 408da7b457 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 793a1e1555..3160e7b2ab 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -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