From 9207442fe220dfc89dd7529fd7db93c30e26812d Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 2 Jul 2014 18:28:12 +0200 Subject: [PATCH] [1.6.x] raw() was still defined on Manager in Django 1.6 --- docs/releases/1.4.11.txt | 2 +- docs/releases/1.5.6.txt | 2 +- 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 24194540d57..c38c272e75f 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() -` and :meth:`extra() +` and :meth:`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 1410d143c86..f481a094d3e 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() -` and :meth:`extra() +` and :meth:`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 d06a9d44df8..556f238254d 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() -` and :meth:`extra() +` and :meth:`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.