mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Once the deprecation period ends CheckConstraint.check() can become the documented method that performs system checks for BaseConstraint subclasses.
This commit is contained in:
parent
f82c67aa21
commit
daf7d482db
21 changed files with 210 additions and 136 deletions
|
|
@ -77,6 +77,8 @@ details on these changes.
|
|||
* ``django.urls.register_converter()`` will no longer allow overriding existing
|
||||
converters.
|
||||
|
||||
* The ``check`` keyword argument of ``CheckConstraint`` will be removed.
|
||||
|
||||
.. _deprecation-removed-in-5.1:
|
||||
|
||||
5.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue