From b5a6c93a180e2c213e42f30a30bf63548a248957 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:32:08 +0100 Subject: Refs #34355 -- Removed support for positional arguments in BaseConstraint per deprecation timeline. --- docs/ref/models/constraints.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/ref') 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`` -- cgit v1.3