diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-12 16:32:08 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | b5a6c93a180e2c213e42f30a30bf63548a248957 (patch) | |
| tree | 2d7e385539e4e7619e0c82472039ec0185793813 /docs/ref | |
| parent | 810edfd7428e12bd640573112c6c1a024ac33da2 (diff) | |
Refs #34355 -- Removed support for positional arguments in BaseConstraint per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/constraints.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/models/constraints.txt b/docs/ref/models/constraints.txt index c1f140c265..897c122f05 100644 --- a/docs/ref/models/constraints.txt +++ b/docs/ref/models/constraints.txt @@ -43,10 +43,6 @@ option. ``constraint_sql()``, ``create_sql()``, ``remove_sql()`` and ``validate()`` methods. - .. deprecated:: 5.0 - - Support for passing positional arguments is deprecated. - All constraints have the following parameters in common: ``name`` |
