mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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:
parent
83fbaa9231
commit
628c4a26ee
3 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue