From 335a8d7895a0d73df3d41fac750ff8f412a989b2 Mon Sep 17 00:00:00 2001 From: Paul Tiplady Date: Mon, 19 Jun 2017 15:11:25 -0700 Subject: Fixed #28322 -- Added dbshell support for MySQL client TLS certs. --- docs/releases/2.0.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 9a7c207fd6..70a21d3da6 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -210,6 +210,8 @@ Management Commands * On Oracle, :djadmin:`inspectdb` can now introspect ``AutoField`` if the column is created as an identity column. +* On MySQL, :djadmin:`dbshell` now supports client-side TLS certificates. + Migrations ~~~~~~~~~~ -- cgit v1.3