mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
This commit is contained in:
committed by
Mariusz Felisiak
parent
31cd2852cb
commit
ad18a0102c
@@ -267,6 +267,10 @@ Miscellaneous
|
||||
* The ``DjangoDivFormRenderer`` and ``Jinja2DivFormRenderer`` transitional form
|
||||
renderers are deprecated.
|
||||
|
||||
* Passing positional arguments ``name`` and ``violation_error_message`` to
|
||||
:class:`~django.db.models.BaseConstraint` is deprecated in favor of
|
||||
keyword-only arguments.
|
||||
|
||||
Features removed in 5.0
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user