From 177fa08339c4908afbefbda5dceabe72641ec915 Mon Sep 17 00:00:00 2001 From: Oleh Mykytiuk Date: Tue, 16 Apr 2019 12:40:22 +0300 Subject: Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL. --- docs/releases/3.0.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 44656b11cd..7e32da32fa 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -172,6 +172,8 @@ Management Commands * :option:`showmigrations --list` now shows the applied datetimes when ``--verbosity`` is 2 and above. +* On PostgreSQL, :djadmin:`dbshell` now supports client-side TLS certificates. + Migrations ~~~~~~~~~~ -- cgit v1.3