summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-07 20:56:49 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-14 17:50:04 +0100
commit68e3ca13d771a8f08a8d1c272308cd44b4dcfa76 (patch)
tree4c2b0ad92f82bfd03afb6e084545b077e84a0678 /docs
parent396da8b94c62cf955ab401eb40a952b7edba0376 (diff)
Refs #30988 -- Removed InvalidQuery exception per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index ba90639928..2231bd5e2d 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -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.