--
Ticket URL: <https://code.djangoproject.com/ticket/29685>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* type: New feature => Cleanup/optimization
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/29685#comment:1>
Comment (by Tom Forbes):
PR: https://github.com/django/django/pull/10310
--
Ticket URL: <https://code.djangoproject.com/ticket/29685#comment:2>
Comment (by Srinivas Reddy Thatiparthy):
How about giving an example? Let's say, run this `explain()` method on
oracle , and add it to the documentation.
--
Ticket URL: <https://code.djangoproject.com/ticket/29685#comment:3>
Comment (by Tom Forbes):
I did not want to duplicate the actual documentation for `.explain()` as
that already includes an example of the output, just direct people to it.
Perhaps it would not be too bad to include it?
--
Ticket URL: <https://code.djangoproject.com/ticket/29685#comment:4>
* owner: nobody => Tom Forbes
* status: new => assigned
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/29685#comment:5>
* stage: Accepted => Ready for checkin
Comment:
Looks okay to me. I pushed some light edits.
--
Ticket URL: <https://code.djangoproject.com/ticket/29685#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b042ab897636987701d3a35d6b566c6bef9d6ea2" b042ab8]:
{{{
#!CommitTicketReference repository=""
revision="b042ab897636987701d3a35d6b566c6bef9d6ea2"
Fixed #29685 -- Added QuerySet.explain() to the database optimization
docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29685#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"77498db196fede2cb4dbee9e7cd7762a99c5ded8" 77498db]:
{{{
#!CommitTicketReference repository=""
revision="77498db196fede2cb4dbee9e7cd7762a99c5ded8"
[2.1.x] Fixed #29685 -- Added QuerySet.explain() to the database
optimization docs.
Backport of b042ab897636987701d3a35d6b566c6bef9d6ea2 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29685#comment:8>