mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
This commit is contained in:
parent
bcbc4b9b8a
commit
b049bec7cf
15 changed files with 32 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue