mirror of
https://github.com/django/django.git
synced 2025-12-09 11:05:50 +00:00
Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.
This commit is contained in:
parent
6947885926
commit
01801edd37
5 changed files with 86 additions and 3 deletions
|
|
@ -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
|
||||
^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue