From 9f8c7d2b4b3cc707a8a94b793ec8fe7a11423eda Mon Sep 17 00:00:00 2001 From: Cleiton de Lima Date: Tue, 25 Aug 2020 01:13:19 -0300 Subject: [PATCH] Moved CreateExtension release notes into django.contrib.postgres section. --- docs/releases/3.2.txt | 8 +++++--- 1 file 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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~