mirror of
https://github.com/django/django.git
synced 2025-11-19 03:08:59 +00:00
Add missing for_async argument
This commit is contained in:
parent
08ba324d1b
commit
9afa1ece06
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ class BaseDatabaseWrapper:
|
|||
|
||||
# ##### Backend-specific methods for creating connections and cursors #####
|
||||
|
||||
def get_connection_params(self):
|
||||
def get_connection_params(self, for_async=False):
|
||||
"""Return a dict of parameters suitable for get_new_connection."""
|
||||
raise NotImplementedError(
|
||||
"subclasses of BaseDatabaseWrapper may require a get_connection_params() "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue