From 5b8ef8aa5b746d96d6558efd6bc119f347002703 Mon Sep 17 00:00:00 2001 From: Keryn Knight Date: Sat, 17 Jul 2021 21:54:36 +0100 Subject: Refs #32946 -- Changed Query.add_filter() to take two arguments. --- docs/releases/4.0.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index 7275e1712d..54fe611595 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -516,6 +516,10 @@ Miscellaneous ``ForeignObject`` and ``ForeignObjectRel`` are removed. If needed, initialize ``django.db.models.sql.where.WhereNode`` instead. +* The ``filter_clause`` argument of the undocumented ``Query.add_filter()`` + method is replaced by two positional arguments ``filter_lhs`` and + ``filter_rhs``. + .. _deprecated-features-4.0: Features deprecated in 4.0 -- cgit v1.3