summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorHannes Ljungberg <hannes.ljungberg@gmail.com>2021-12-08 21:28:08 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-27 08:55:18 +0100
commit59a66f05126a4f9622f67ac71ccc149c805a6ccd (patch)
tree40116048347c6a83dc18cffa15d1ab51f9962669 /docs/internals
parentff225fac1d129d4bcfef0aeb03df6f3b20fbb23d (diff)
Refs #33342 -- Deprecated ExclusionConstraint.opclasses.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 3a3abfeb42..939bc5049e 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -72,6 +72,9 @@ details on these changes.
* The ``name`` argument of ``django.utils.functional.cached_property()`` will
be removed.
+* The ``opclasses`` argument of
+ ``django.contrib.postgres.constraints.ExclusionConstraint`` will be removed.
+
.. _deprecation-removed-in-4.1:
4.1