> I think we should change the signature of BaseConstraint to use keyword-
only arguments as a separate cleanup
`name` and `violation_error_message` are already keyword-only in all the
`BaseConstraint` subclasses in Django code base.
--
Ticket URL: <https://code.djangoproject.com/ticket/34355>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => xafer
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34355#comment:1>
* has_patch: 0 => 1
Comment:
Cf [https://github.com/django/django/pull/16578 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34355#comment:2>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34355#comment:3>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34355#comment:4>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34355#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"ad18a0102cc2968914232814c6554763f15abbe3" ad18a010]:
{{{
#!CommitTicketReference repository=""
revision="ad18a0102cc2968914232814c6554763f15abbe3"
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34355#comment:6>