Also see example output from pdb in my own project here:
http://dpaste.com/3JQYWTZ#line-31
--
Ticket URL: <https://code.djangoproject.com/ticket/24039>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Old description:
> See failing tests and description in PR
> [https://github.com/django/django/pull/3773]
>
> Also see example output from pdb in my own project here:
> http://dpaste.com/3JQYWTZ#line-31
New description:
See failing tests and description in GitHub PR
https://github.com/django/django/pull/3773
Also see example output from pdb in my own project here:
http://dpaste.com/3JQYWTZ#line-31
--
--
Ticket URL: <https://code.djangoproject.com/ticket/24039#comment:1>
* component: Uncategorized => Database layer (models, ORM)
* type: Bug => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
I am not sure this can be fixed (or if it should be) as there are subtle
differences depending on where you use `filter()` on a QuerySet but at
least the documentation could probably be improved.
--
Ticket URL: <https://code.djangoproject.com/ticket/24039#comment:2>