1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8.0.16+.

This commit is contained in:
Nick Pope
2019-10-21 17:32:56 +01:00
committed by Mariusz Felisiak
parent 37f02c47f8
commit 742961332e
5 changed files with 25 additions and 6 deletions

View File

@@ -169,6 +169,8 @@ Models
:class:`~django.db.models.DateTimeField`, and the new :lookup:`iso_week_day`
lookup allows querying by an ISO-8601 day of week.
* :meth:`.QuerySet.explain` now supports ``TREE`` format on MySQL 8.0.16+.
Pagination
~~~~~~~~~~