diff options
| author | zsoldosp <peter.zsoldos@gmail.com> | 2014-05-21 15:05:41 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-13 18:29:42 -0400 |
| commit | 01801edd3760f97a4ebc4d43ca5bbdbbdfebbb0a (patch) | |
| tree | 68f045a699133cf84c4dcda125730583822da1de /docs | |
| parent | 69478859261bd1b3e82cc785fddb5e50e3e7645f (diff) | |
Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 ^^^^^^ |
