mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Fixed #32951 -- Removed Query.where_class & co.
Unused since 3caf957ed5
.
This commit is contained in:
parent
012f38f959
commit
c35b81b864
10 changed files with 29 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue