1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on PostgreSQL 16+.

This commit is contained in:
Mariusz Felisiak
2023-09-26 12:05:26 +02:00
committed by GitHub
parent 357365a64e
commit f9e9526800
5 changed files with 13 additions and 1 deletions

View File

@@ -168,7 +168,8 @@ Migrations
Models
~~~~~~
* ...
* :meth:`.QuerySet.explain` now supports the ``generic_plan`` option on
PostgreSQL 16+.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~