diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-07-20 20:38:17 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-07-22 08:49:20 +0200 |
| commit | c35b81b864ffa84751bac7d73046840f576491f9 (patch) | |
| tree | 2cabe599d59584591e90e55f06ce6bfd66978348 /docs | |
| parent | 012f38f9594b35743e9ab231757b7b62db638323 (diff) | |
Fixed #32951 -- Removed Query.where_class & co.
Unused since 3caf957ed5eaa831a485abcb89f27266dbf3e82b.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 5 |
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 |
