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:
committed by
Mariusz Felisiak
parent
37f02c47f8
commit
742961332e
@@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user