summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Tiplady <paultiplady@users.noreply.github.com>2017-06-19 15:11:25 -0700
committerTim Graham <timograham@gmail.com>2017-06-19 18:11:25 -0400
commit335a8d7895a0d73df3d41fac750ff8f412a989b2 (patch)
tree84cecf2b803605ff756194b457ce112165d8a2d0 /docs
parenta469e158a983e7c358dddb9e0e43f5f4423031c9 (diff)
Fixed #28322 -- Added dbshell support for MySQL client TLS certs.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt2
1 files changed, 2 insertions, 0 deletions
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
~~~~~~~~~~