summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2021-07-20 20:38:17 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-07-22 08:49:20 +0200
commitc35b81b864ffa84751bac7d73046840f576491f9 (patch)
tree2cabe599d59584591e90e55f06ce6bfd66978348 /docs
parent012f38f9594b35743e9ab231757b7b62db638323 (diff)
Fixed #32951 -- Removed Query.where_class & co.
Unused since 3caf957ed5eaa831a485abcb89f27266dbf3e82b.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 244f113c54..9162588d07 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -504,6 +504,11 @@ Miscellaneous
individual nodes to a string. ``Node.render()`` should always return a string
as documented.
+* The ``where_class`` property of ``django.db.models.sql.query.Query`` and the
+ ``where_class`` argument to the private ``get_extra_restriction()`` method of
+ ``ForeignObject`` and ``ForeignObjectRel`` are removed. If needed, initialize
+ ``django.db.models.sql.where.WhereNode`` instead.
+
.. _deprecated-features-4.0:
Features deprecated in 4.0