mirror of
https://github.com/django/django.git
synced 2025-08-19 10:10:42 +00:00
[1.6.x] raw() was still defined on Manager in Django 1.6
This commit is contained in:
parent
f3cd0a009e
commit
9207442fe2
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue