mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
This commit is contained in:
parent
31cd2852cb
commit
ad18a0102c
5 changed files with 64 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue