1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

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