diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index a3908a431f..c7219c759b 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -117,7 +117,7 @@ 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.