0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01: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
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.