From 01801edd3760f97a4ebc4d43ca5bbdbbdfebbb0a Mon Sep 17 00:00:00 2001 From: zsoldosp Date: Wed, 21 May 2014 15:05:41 +0200 Subject: Fixed #22646: Added support for the MySQL ssl-ca option to dbshell. --- docs/releases/1.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 86d39c4f88..6569a2c447 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -203,6 +203,9 @@ Management Commands command is now always the ``dest`` name specified in the command option definition (as long as the command uses the new :py:mod:`argparse` module). +* The :djadmin:`dbshell` command now supports MySQL's optional SSL certificate + authority setting (``--ssl-ca``). + Models ^^^^^^ -- cgit v1.3