mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_flush().
This commit is contained in:
@@ -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
|
||||
--------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user