Comment (by Hannes Ljungberg):
PR: https://github.com/django/django/pull/12774
--
Ticket URL: <https://code.djangoproject.com/ticket/31500#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31500#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"447980e72ac01da1594dd3373a03ba40b7ee6f80" 447980e7]:
{{{
#!CommitTicketReference repository=""
revision="447980e72ac01da1594dd3373a03ba40b7ee6f80"
Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk()
when using Meta.constraints.
Detection of unique fields now takes into account non-partial unique
constraints.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31500#comment:5>