diff options
Diffstat (limited to 'docs/releases/3.0.txt')
| -rw-r--r-- | docs/releases/3.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 5bb0691363..9489a38ca7 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -153,6 +153,10 @@ Minor features * The new :class:`~django.contrib.postgres.fields.RangeBoundary` expression represents the range boundaries. +* The new :class:`~django.contrib.postgres.operations.AddIndexConcurrently` + and :class:`~django.contrib.postgres.operations.RemoveIndexConcurrently` + classes allow creating and dropping indexes ``CONCURRENTLY`` on PostgreSQL. + :mod:`django.contrib.redirects` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
