Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.

https://www.postgresql.org/docs/13/functions-uuid.html
https://www.postgresql.org/docs/13/pgcrypto.html#id-1.11.7.34.10.5
This commit is contained in:
Nick Pope 2020-07-26 22:29:05 +01:00 committed by Mariusz Felisiak
parent 83fbaa9231
commit 628c4a26ee
3 changed files with 12 additions and 5 deletions

View file

@ -14,8 +14,8 @@ All of these functions are available from the
Returns a version 4 UUID.
The `pgcrypto extension`_ must be installed. You can use the
:class:`~django.contrib.postgres.operations.CryptoExtension` migration
On PostgreSQL < 13, the `pgcrypto extension`_ must be installed. You can use
the :class:`~django.contrib.postgres.operations.CryptoExtension` migration
operation to install it.
.. _pgcrypto extension: https://www.postgresql.org/docs/current/pgcrypto.html