summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCleiton de Lima <CleitonDeLima@users.noreply.github.com>2020-08-25 01:13:19 -0300
committerGitHub <noreply@github.com>2020-08-25 06:13:19 +0200
commit9f8c7d2b4b3cc707a8a94b793ec8fe7a11423eda (patch)
treeb3efa5de80748fe891e75a645e42d135a9729dfb /docs
parentea880ec233ecd61c20b74eb7d6d1cf1223897179 (diff)
Moved CreateExtension release notes into django.contrib.postgres section.
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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~