--
Ticket URL: <https://code.djangoproject.com/ticket/31702>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
PR: https://github.com/django/django/pull/13059
--
Ticket URL: <https://code.djangoproject.com/ticket/31702#comment:1>
--
Ticket URL: <https://code.djangoproject.com/ticket/31702#comment:3>
Comment (by Alexandr Tatarinov):
Look reasonable to me, the patch is okay, has docs and tests. `Index`
require to provide `name` with `opclasses`, so probably `UniqueConstraint`
should require `name` as well.
--
Ticket URL: <https://code.djangoproject.com/ticket/31702#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31702#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"7edc6e53a746af995e3b89d53d37938dd8fc46aa" 7edc6e5]:
{{{
#!CommitTicketReference repository=""
revision="7edc6e53a746af995e3b89d53d37938dd8fc46aa"
Fixed #31702 -- Added support for PostgreSQL opclasses in
UniqueConstraint.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31702#comment:6>