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() -` 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 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() -` 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 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() -` 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.