mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Moved CreateExtension release notes into django.contrib.postgres section.
This commit is contained in:
parent
ea880ec233
commit
9f8c7d2b4b
1 changed files with 5 additions and 3 deletions
|
@ -104,9 +104,7 @@ Minor features
|
||||||
:mod:`django.contrib.messages`
|
: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`
|
:mod:`django.contrib.postgres`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -119,6 +117,10 @@ 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
|
||||||
|
now checks that the extension already exists in the database and skips the
|
||||||
|
migration if so.
|
||||||
|
|
||||||
:mod:`django.contrib.redirects`
|
:mod:`django.contrib.redirects`
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue