diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
