mirror of
https://github.com/django/django.git
synced 2025-08-27 22:14:33 +00:00
Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.
This commit is contained in:
parent
f0d47ab3b6
commit
650bf6714d
3 changed files with 14 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue