summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/querysets.txt5
-rw-r--r--docs/releases/5.2.txt3
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index c6af3dd7f0..ec27936cdb 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -3110,6 +3110,11 @@ there are triggers or if a function is called, even for a ``SELECT`` query.
Support for the ``generic_plan`` option on PostgreSQL 16+ was added.
+.. versionchanged:: 5.2
+
+ Support for the ``memory`` and ``serialize`` options on PostgreSQL 17+ was
+ added.
+
.. _field-lookups:
``Field`` lookups
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt
index e103de847b..96007887bc 100644
--- a/docs/releases/5.2.txt
+++ b/docs/releases/5.2.txt
@@ -277,6 +277,9 @@ Models
longer required to be set on SQLite, which supports unlimited ``VARCHAR``
columns.
+* :meth:`.QuerySet.explain` now supports the ``memory`` and ``serialize``
+ options on PostgreSQL 17+.
+
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~