diff options
| author | Tim Graham <timograham@gmail.com> | 2013-04-11 10:38:53 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-04-11 10:38:53 -0700 |
| commit | 9a62fc3f938dcc266a367a4537b516b67c48131b (patch) | |
| tree | 2e7cb0a4506f96bc67985e65ab14de27d5a34110 | |
| parent | ddfc68379f47af18b90068f17e9a1f7e7cbfb505 (diff) | |
| parent | 408da7b4578ee6616d7a72fda9591364f254e9a6 (diff) | |
Merge pull request #1008 from reverie/patch-2
Removed incorrect phrase from DecimalField docs.
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index f22436e5fe..7ef251c907 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 |
