1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34200 -- Made the session role configurable on PostgreSQL.

This commit is contained in:
Mike Crute
2022-12-05 20:26:37 -08:00
committed by Mariusz Felisiak
parent 2a14b8df39
commit 0b78ac3fc7
4 changed files with 63 additions and 6 deletions

View File

@@ -224,6 +224,12 @@ CSRF
* ...
Database backends
~~~~~~~~~~~~~~~~~
* The new ``"assume_role"`` option is now supported in :setting:`OPTIONS` on
PostgreSQL to allow specifying the :ref:`session role <database-role>`.
Decorators
~~~~~~~~~~