From f9e9526800c921ae393ff58826daed51587b1727 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 26 Sep 2023 12:05:26 +0200 Subject: Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on PostgreSQL 16+. --- docs/ref/models/querysets.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index b89341bc6a..3295e4ce7d 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -3076,6 +3076,10 @@ adverse effects on your database. For example, the ``ANALYZE`` flag supported by MariaDB, MySQL 8.0.18+, and PostgreSQL could result in changes to data if there are triggers or if a function is called, even for a ``SELECT`` query. +.. versionchanged:: 5.1 + + Support for the ``generic_plan`` option on PostgreSQL 16+ was added. + .. _field-lookups: ``Field`` lookups -- cgit v1.3