summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOleh Mykytiuk <oleh_mykytiuk@epam.com>2019-04-16 12:40:22 +0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-04-18 08:10:31 +0200
commit177fa08339c4908afbefbda5dceabe72641ec915 (patch)
treef4fee967494e307a6326e647605004219358b49b /docs
parentd87bd29c4f8dfcdf3f4a4eb8340e6770a2416fe3 (diff)
Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt2
1 files changed, 2 insertions, 0 deletions
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
~~~~~~~~~~