diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-07-02 18:28:12 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-07-02 18:29:16 +0200 |
| commit | 9207442fe220dfc89dd7529fd7db93c30e26812d (patch) | |
| tree | 87cb8f3bc65a5a328b7724c053db4cb49bc9352e /docs | |
| parent | f3cd0a009ec0ed4e705ee25c5fcf60f4c2ba02f8 (diff) | |
[1.6.x] raw() was still defined on Manager in Django 1.6
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.4.11.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.5.6.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.6.3.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.4.11.txt b/docs/releases/1.4.11.txt index 24194540d5..c38c272e75 100644 --- a/docs/releases/1.4.11.txt +++ b/docs/releases/1.4.11.txt @@ -104,7 +104,7 @@ correct types before querying. Additionally, developers of custom model fields are now warned via documentation to ensure their custom field classes will perform appropriate type conversions, and users of the :meth:`raw() -<django.db.models.query.QuerySet.raw>` and :meth:`extra() +<django.db.models.Manager.raw>` and :meth:`extra() <django.db.models.query.QuerySet.extra>` query methods -- which allow the developer to supply raw SQL or SQL fragments -- will be advised to ensure they perform appropriate manual type conversions prior to executing queries. diff --git a/docs/releases/1.5.6.txt b/docs/releases/1.5.6.txt index 1410d143c8..f481a094d3 100644 --- a/docs/releases/1.5.6.txt +++ b/docs/releases/1.5.6.txt @@ -103,7 +103,7 @@ correct types before querying. Additionally, developers of custom model fields are now warned via documentation to ensure their custom field classes will perform appropriate type conversions, and users of the :meth:`raw() -<django.db.models.query.QuerySet.raw>` and :meth:`extra() +<django.db.models.Manager.raw>` and :meth:`extra() <django.db.models.query.QuerySet.extra>` query methods -- which allow the developer to supply raw SQL or SQL fragments -- will be advised to ensure they perform appropriate manual type conversions prior to executing queries. diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt index d06a9d44df..556f238254 100644 --- a/docs/releases/1.6.3.txt +++ b/docs/releases/1.6.3.txt @@ -103,7 +103,7 @@ correct types before querying. Additionally, developers of custom model fields are now warned via documentation to ensure their custom field classes will perform appropriate type conversions, and users of the :meth:`raw() -<django.db.models.query.QuerySet.raw>` and :meth:`extra() +<django.db.models.Manager.raw>` and :meth:`extra() <django.db.models.query.QuerySet.extra>` query methods -- which allow the developer to supply raw SQL or SQL fragments -- will be advised to ensure they perform appropriate manual type conversions prior to executing queries. |
