[1.6.x] raw() was still defined on Manager in Django 1.6

This commit is contained in:
Claude Paroz 2014-07-02 18:28:12 +02:00
parent f3cd0a009e
commit 9207442fe2
3 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ correct types before querying.
Additionally, developers of custom model fields are now warned via Additionally, developers of custom model fields are now warned via
documentation to ensure their custom field classes will perform documentation to ensure their custom field classes will perform
appropriate type conversions, and users of the :meth:`raw() 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 <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 developer to supply raw SQL or SQL fragments -- will be advised to ensure they
perform appropriate manual type conversions prior to executing queries. perform appropriate manual type conversions prior to executing queries.

View File

@ -103,7 +103,7 @@ correct types before querying.
Additionally, developers of custom model fields are now warned via Additionally, developers of custom model fields are now warned via
documentation to ensure their custom field classes will perform documentation to ensure their custom field classes will perform
appropriate type conversions, and users of the :meth:`raw() 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 <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 developer to supply raw SQL or SQL fragments -- will be advised to ensure they
perform appropriate manual type conversions prior to executing queries. perform appropriate manual type conversions prior to executing queries.

View File

@ -103,7 +103,7 @@ correct types before querying.
Additionally, developers of custom model fields are now warned via Additionally, developers of custom model fields are now warned via
documentation to ensure their custom field classes will perform documentation to ensure their custom field classes will perform
appropriate type conversions, and users of the :meth:`raw() 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 <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 developer to supply raw SQL or SQL fragments -- will be advised to ensure they
perform appropriate manual type conversions prior to executing queries. perform appropriate manual type conversions prior to executing queries.