Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.

This commit is contained in:
zsoldosp 2014-05-21 15:05:41 +02:00 committed by Tim Graham
parent 6947885926
commit 01801edd37
5 changed files with 86 additions and 3 deletions

View file

@ -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
^^^^^^