From b049bec7cfe9b5854584d240addb44fa1e9375a5 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 24 May 2024 21:23:50 +0200 Subject: Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0. --- docs/ref/contrib/postgres/functions.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/ref/contrib/postgres') 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 -- cgit v1.3