diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/postgres/functions.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/postgres/functions.txt b/docs/ref/contrib/postgres/functions.txt index 2c00ce8a1a..447af266a2 100644 --- a/docs/ref/contrib/postgres/functions.txt +++ b/docs/ref/contrib/postgres/functions.txt @@ -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 |
