diff options
| author | Tim Graham <timograham@gmail.com> | 2015-06-05 08:24:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-05 08:38:43 -0400 |
| commit | a1d8a205bc6428865eec82c555bdacb68bf04c62 (patch) | |
| tree | f8f8d22857627678074bdb342ed58bdc28394375 /docs/ref/models | |
| parent | 8d33889422040351785cd511fe28105c6b5bec71 (diff) | |
[1.8.x] Capitalized "Python" in docs.
Backport of 2fbea621e68d3365679e45fa17b61d06aa8cdf76 from master
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/database-functions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt index 717dc94cbf..33b1d9a8dc 100644 --- a/docs/ref/models/database-functions.txt +++ b/docs/ref/models/database-functions.txt @@ -57,7 +57,7 @@ Usage examples:: .. warning:: - A python value passed to ``Coalesce`` on MySQL may be converted to an + A Python value passed to ``Coalesce`` on MySQL may be converted to an incorrect type unless explicitly cast to the correct database type: >>> from django.db.models.expressions import RawSQL |
