diff options
| author | Cleiton de Lima <CleitonDeLima@users.noreply.github.com> | 2020-08-25 01:13:19 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 06:13:19 +0200 |
| commit | 9f8c7d2b4b3cc707a8a94b793ec8fe7a11423eda (patch) | |
| tree | b3efa5de80748fe891e75a645e42d135a9729dfb /docs | |
| parent | ea880ec233ecd61c20b74eb7d6d1cf1223897179 (diff) | |
Moved CreateExtension release notes into django.contrib.postgres section.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 8 |
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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
