summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-05-15 09:26:38 -0400
committerGitHub <noreply@github.com>2017-05-15 09:26:38 -0400
commit650bf6714d5648811a8bc08ce53b7fa86cc38d40 (patch)
treee65828cfbf44b4e813e089bd2590981a4080c809 /docs
parentf0d47ab3b6aef90480460fc3c96453d1bb47532a (diff)
Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/postgres/functions.txt2
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.