diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/migration-operations.txt | 2 | ||||
| -rw-r--r-- | docs/ref/models/database-functions.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt index 9c42f4480e..dc6c90a30a 100644 --- a/docs/ref/migration-operations.txt +++ b/docs/ref/migration-operations.txt @@ -314,7 +314,7 @@ model:: This is generally the operation you would use to create :ref:`data migrations <data-migrations>`, run custom data updates and alterations, and anything else you need access to an -ORM and/or python code for. +ORM and/or Python code for. If you're upgrading from South, this is basically the South pattern as an operation - one or two methods for forwards and backwards, with an ORM and 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 |
