mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
This commit is contained in:
@@ -317,6 +317,9 @@ Management Commands
|
||||
:attr:`~django.core.management.CommandError` allows customizing the exit
|
||||
status for management commands.
|
||||
|
||||
* The new :option:`dbshell -- ARGUMENTS <dbshell -->` option allows passing
|
||||
extra arguments to the command-line client for the database.
|
||||
|
||||
Migrations
|
||||
~~~~~~~~~~
|
||||
|
||||
@@ -505,6 +508,9 @@ backends.
|
||||
yields a cursor and automatically closes the cursor and connection upon
|
||||
exiting the ``with`` statement.
|
||||
|
||||
* ``DatabaseClient.runshell()`` now requires an additional ``parameters``
|
||||
argument as a list of extra arguments to pass on to the command-line client.
|
||||
|
||||
Dropped support for MariaDB 10.1
|
||||
--------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user