mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_flush().
This commit is contained in:
parent
661e39c8d5
commit
5673d4b102
5 changed files with 12 additions and 5 deletions
|
@ -526,6 +526,10 @@ backends.
|
|||
* The ``allow_cascade`` argument of ``DatabaseOperations.sql_flush()`` is now a
|
||||
keyword-only argument.
|
||||
|
||||
* The ``using`` positional argument of
|
||||
``DatabaseOperations.execute_sql_flush()`` is removed. The method now uses
|
||||
the database of the called instance.
|
||||
|
||||
Dropped support for MariaDB 10.1
|
||||
--------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue