{{{
ExclusionConstraint(
name='field_left',
expressions=[(Left('field', 4), RangeOperators.EQUAL)],
)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31902>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: (none) => Maxim Petrov
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/31902#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/31902#comment:2>
* stage: Accepted => Unreviewed
Comment:
You shouldn't accept your own tickets.
--
Ticket URL: <https://code.djangoproject.com/ticket/31902#comment:3>
* stage: Unreviewed => Accepted
Comment:
Thanks for the report.
Reproduced at d534b5734f5087cb0b9a20bd7cd28bfda93c71b0.
--
Ticket URL: <https://code.djangoproject.com/ticket/31902#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"bf6d07730c41ae23836d8dae98626fe8614307e2" bf6d077]:
{{{
#!CommitTicketReference repository=""
revision="bf6d07730c41ae23836d8dae98626fe8614307e2"
Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with
params.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31902#comment:5>