1
0
mirror of https://github.com/django/django.git synced 2025-06-06 12:09:11 +00:00

Removed trailing whitespace in 3.2 release notes.

This commit is contained in:
Mariusz Felisiak 2020-08-25 10:01:37 +02:00
parent 9f8c7d2b4b
commit 0b0658111c

View File

@ -117,7 +117,7 @@ Minor features
* The new :attr:`.JSONBAgg.ordering` attribute determines the ordering of the * The new :attr:`.JSONBAgg.ordering` attribute determines the ordering of the
aggregated elements. aggregated elements.
* The :class:`~django.contrib.postgres.operations.CreateExtension` operation * The :class:`~django.contrib.postgres.operations.CreateExtension` operation
now checks that the extension already exists in the database and skips the now checks that the extension already exists in the database and skips the
migration if so. migration if so.