diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-05-24 21:23:50 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-27 09:49:25 +0200 |
| commit | b049bec7cfe9b5854584d240addb44fa1e9375a5 (patch) | |
| tree | 802915666be8c9429530add0f621a560b5cca6be /docs/ref/contrib/postgres | |
| parent | bcbc4b9b8a4a47c8e045b060a9860a5c038192de (diff) | |
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
Diffstat (limited to 'docs/ref/contrib/postgres')
| -rw-r--r-- | docs/ref/contrib/postgres/functions.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/contrib/postgres/functions.txt b/docs/ref/contrib/postgres/functions.txt index f5d9cdd873..4602f7fd9d 100644 --- a/docs/ref/contrib/postgres/functions.txt +++ b/docs/ref/contrib/postgres/functions.txt @@ -14,12 +14,6 @@ All of these functions are available from the Returns a version 4 UUID. -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 - Usage example: .. code-block:: pycon |
