summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index 3a55edb591..a3908a431f 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -104,9 +104,7 @@ Minor features
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-* The :class:`~django.contrib.postgres.operations.CreateExtension` operation
- now checks that the extension already exists in the database and skips the
- migration if so.
+* ...
:mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -119,6 +117,10 @@ Minor features
* The new :attr:`.JSONBAgg.ordering` attribute determines the ordering of the
aggregated elements.
+
+* The :class:`~django.contrib.postgres.operations.CreateExtension` operation
+ now checks that the extension already exists in the database and skips the
+ migration if so.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~