diff options
| author | Paolo Melchiorre <paolo@melchiorre.org> | 2017-03-29 23:52:42 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-25 20:21:36 -0400 |
| commit | fcb5dbfec0542faaa1b0adad754a1caf1bcd65e2 (patch) | |
| tree | a81d7f63382578206e943e539165fecf43c00e64 /docs/releases | |
| parent | 98ee57e343206ef553de78b22be5e9a6dacb5060 (diff) | |
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.postgres.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 4babd84773..cc1248a9b0 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -87,6 +87,12 @@ Minor features :class:`~django.contrib.postgres.aggregates.ArrayAgg` determines if concatenated values will be distinct. +* The new :class:`~django.contrib.postgres.functions.RandomUUID` database + function returns a version 4 UUID. It requires use of PostgreSQL's + ``pgcrypto`` extension which can be activated using the new + :class:`~django.contrib.postgres.operations.CryptoExtension` migration + operation. + :mod:`django.contrib.redirects` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
