Doc link:
https://docs.djangoproject.com/en/2.1/ref/models/querysets/#explain
--
Ticket URL: <https://code.djangoproject.com/ticket/29962>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Mohd. Shafikur Rahman (added)
* component: Documentation => Database layer (models, ORM)
--
Ticket URL: <https://code.djangoproject.com/ticket/29962#comment:1>
* status: new => closed
* resolution: => invalid
Comment:
[https://docs.djangoproject.com/en/2.1/ref/models/querysets/#explain As
documented] `explain()` accepts backend specific options and the the
`verbose=True` option is PostgreSQL specific.
> Some databases accept flags that can return more information about the
query. Pass these flags as keyword arguments. **For example, when using
PostgreSQL**:
I managed to get the exact same error when trying to use `verbose=True`
with SQLite, which I assume is what you tried doing there, and get a
''verbose'' output on PostgreSQL when using the same option.
In the future please use TicketClosingReasons/UseSupportChannels to
confirm your issue is a legitimate bug before filling a ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/29962#comment:2>