--
Ticket URL: <https://code.djangoproject.com/ticket/32458>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/32458#comment:1>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/32458#comment:2>
Old description:
> `Index`, `UniqueConstraint` and `ExclusionConstraint` currently have
> slightly different formatting on their `__repr__` methods. We should keep
> them consistent.
New description:
`Index`, `UniqueConstraint`, `ExclusionConstraint` and `CheckConstraint`
currently have slightly different formatting on their `__repr__` methods.
We should keep them consistent.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/32458#comment:3>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/32458#comment:4>
* has_patch: 0 => 1
* stage: Accepted => Ready for checkin
Comment:
[https://github.com/django/django/pull/14019 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32458#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"87acbf063156ebb3fec3d35ef139895335061e0b" 87acbf06]:
{{{
#!CommitTicketReference repository=""
revision="87acbf063156ebb3fec3d35ef139895335061e0b"
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses
more consistent.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32458#comment:6>