From 650bf6714d5648811a8bc08ce53b7fa86cc38d40 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 15 May 2017 09:26:38 -0400 Subject: Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3. --- docs/ref/contrib/postgres/functions.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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. -- cgit v1.3