diff options
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 |
