--
Ticket URL: <https://code.djangoproject.com/ticket/25508>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/5398 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/25508#comment:1>
Comment (by claudep):
Agreed it's a good idea. However, the docs might have to be updated in
many places, for example in
https://docs.djangoproject.com/en/1.8/topics/db/examples/many_to_many/.
`git grep "\[<"` gives an indication about where docs might need en
update.
--
Ticket URL: <https://code.djangoproject.com/ticket/25508#comment:2>
Comment (by timgraham):
Thanks for pointing that out and providing the grep hint. Docs are now
updated.
--
Ticket URL: <https://code.djangoproject.com/ticket/25508#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25508#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"e0837f2cb12de5e95e621d19b186b0da43bcdee2" e0837f2c]:
{{{
#!CommitTicketReference repository=""
revision="e0837f2cb12de5e95e621d19b186b0da43bcdee2"
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a
list.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25508#comment:5>