--
Ticket URL: <https://code.djangoproject.com/ticket/21375>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"9f76ea1eaad0db0183fa3b5bade16392db0cafbd"]:
{{{
#!CommitTicketReference repository=""
revision="9f76ea1eaad0db0183fa3b5bade16392db0cafbd"
Fixed #21375 -- related_name='+' clashed with other '+' names
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21375#comment:1>
Comment (by Loic Bistuer <loic.bistuer@…>):
In [changeset:"82a58ce5b67e0b79fa0efbad72e21d9d1be25ceb"]:
{{{
#!CommitTicketReference repository=""
revision="82a58ce5b67e0b79fa0efbad72e21d9d1be25ceb"
Fixed #21491 -- Removed documented workaround for a known issue.
The issue was that two M2M hidden reverse managers
(related_name ending with a '+') could clash with each other.
Refs #21375 and #15932. Thanks Baptiste.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21375#comment:2>