diff options
| author | Tim Graham <timograham@gmail.com> | 2017-05-15 09:26:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-15 09:26:38 -0400 |
| commit | 650bf6714d5648811a8bc08ce53b7fa86cc38d40 (patch) | |
| tree | e65828cfbf44b4e813e089bd2590981a4080c809 /docs | |
| parent | f0d47ab3b6aef90480460fc3c96453d1bb47532a (diff) | |
Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/postgres/functions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/postgres/functions.txt b/docs/ref/contrib/postgres/functions.txt index 8d3df51864..171272c518 100644 --- a/docs/ref/contrib/postgres/functions.txt +++ b/docs/ref/contrib/postgres/functions.txt @@ -16,6 +16,8 @@ All of these functions are available from the Returns a version 4 UUID. +Requires PostgreSQL 9.4 or greater. + The `pgcrypto extension`_ must be installed. You can use the :class:`~django.contrib.postgres.operations.CryptoExtension` migration operation to install it. |
