summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt3
-rw-r--r--docs/releases/1.7.txt7
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 1e2a4db37c..252db52101 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -138,6 +138,9 @@ details on these changes.
* 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:
1.8
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index a7f40110a0..34e9a09aa0 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -1784,6 +1784,13 @@ Django 1.9.
Django no longer uses this functional internally. Even though it's a private
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:
Features removed in 1.7