[1.7.x] Added deprecation docs for legacy lookup support; refs #16187.
Backport of 8e435a564034c59ac408ec71283d8ac6ede2ce1f from master
This commit is contained in:
parent
07bd23d329
commit
bb2b4acc7a
@ -138,6 +138,9 @@ details on these changes.
|
|||||||
|
|
||||||
* The ``django.contrib.contenttypes.generic`` module will be removed.
|
* The ``django.contrib.contenttypes.generic`` module will be removed.
|
||||||
|
|
||||||
|
* Private APIs ``django.db.models.sql.where.WhereNode.make_atom()`` and
|
||||||
|
``django.db.models.sql.where.Constraint`` will be removed.
|
||||||
|
|
||||||
.. _deprecation-removed-in-1.8:
|
.. _deprecation-removed-in-1.8:
|
||||||
|
|
||||||
1.8
|
1.8
|
||||||
|
@ -1784,6 +1784,13 @@ Django 1.9.
|
|||||||
Django no longer uses this functional internally. Even though it's a private
|
Django no longer uses this functional internally. Even though it's a private
|
||||||
API, it'll go through the normal deprecation cycle.
|
API, it'll go through the normal deprecation cycle.
|
||||||
|
|
||||||
|
Private Query Lookup APIs
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Private APIs ``django.db.models.sql.where.WhereNode.make_atom()`` and
|
||||||
|
``django.db.models.sql.where.Constraint`` are deprecated in favor of the new
|
||||||
|
:doc:`custom lookups API </ref/models/lookups>`.
|
||||||
|
|
||||||
.. removed-features-1.7:
|
.. removed-features-1.7:
|
||||||
|
|
||||||
Features removed in 1.7
|
Features removed in 1.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user