--
Ticket URL: <https://code.djangoproject.com/ticket/23390>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
Hi,
The bug does appear on 1.7c3 but it's been fixed on the latest
`stable/1.7.x` branch.
Bisecting points to 3cbb7590cb0ece38f665b516db30cd5a9431f8c8 so it looks
like this issue is a duplicate of #23329.
If that's not the case, please reopen.
Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/23390#comment:1>
Comment (by yoyoma):
Hi @bmispelon,
I've just reproduced the issue with Django stable/1.7.x (@267b121), as
well as a different error with master. I've attached a screenshot of each,
containing the URL and the result. I wasn't sure if it'd be appropriate to
reopen the ticket that you marked this a duplicate as, since it appears
the issue therein has been fixed, while this issue is maybe due to
something different.
Thanks
Michael
--
Ticket URL: <https://code.djangoproject.com/ticket/23390#comment:2>
* status: closed => new
* resolution: duplicate =>
--
Ticket URL: <https://code.djangoproject.com/ticket/23390#comment:3>
Comment (by timgraham):
Can you check if #23431 solves your issue? If not, we'll need more details
about your models, etc. so we can reproduce it.
--
Ticket URL: <https://code.djangoproject.com/ticket/23390#comment:4>
* status: new => closed
* resolution: => duplicate
Comment:
I'm pretty confident this a duplicate of #23431 caused by the
`auto_created` hidden relationship between `User` and `Group`.
--
Ticket URL: <https://code.djangoproject.com/ticket/23390#comment:5>
Comment (by yoyoma):
@charettes @timgraham - #23431 did not solve the issue, as noted in my
comment above.
--
Ticket URL: <https://code.djangoproject.com/ticket/23390#comment:6>
Comment (by timgraham):
#23431 was committed after your comment 2 days ago. Did you recheck since
then? If so, please provide models to reproduce.
--
Ticket URL: <https://code.djangoproject.com/ticket/23390#comment:7>
Comment (by yoyoma):
@timgraham
Thanks for the reply. The issue is indeed fixed. I really appreciate your
last comment, because yes I had updated just a couple days before the
commit was merged, apparently.
Michael
--
Ticket URL: <https://code.djangoproject.com/ticket/23390#comment:8>