1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Refs #30988 -- Removed InvalidQuery exception per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2021-01-07 20:56:49 +01:00
parent 396da8b94c
commit 68e3ca13d7
3 changed files with 3 additions and 59 deletions

View File

@@ -271,3 +271,5 @@ to remove usage of these features.
* The :lookup:`isnull` lookup no longer allows using non-boolean values as the
right-hand side.
* The ``django.db.models.query_utils.InvalidQuery`` exception class is removed.