summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorXavier Fernandez <xavier.fernandez@beta.gouv.fr>2023-02-20 14:28:21 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-02-22 09:37:58 +0100
commitad18a0102cc2968914232814c6554763f15abbe3 (patch)
treea1f1bf008334d871cb97951be3f7513cafe7d21b /docs/internals
parent31cd2852cb86197d5f3f5a637184a078ab0615f8 (diff)
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
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 9ada56cf6c..b151020375 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -18,6 +18,9 @@ details on these changes.
* The ``DjangoDivFormRenderer`` and ``Jinja2DivFormRenderer`` transitional form
renderers will be removed.
+* Support for passing positional arguments to ``BaseConstraint`` will be
+ removed.
+
.. _deprecation-removed-in-5.1:
5.1