mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
This commit is contained in:
parent
4ac2d4fa42
commit
bbe6fbb876
16 changed files with 272 additions and 206 deletions
|
@ -78,6 +78,7 @@ class DatabaseCreationTests(SimpleTestCase):
|
|||
'source_db',
|
||||
],
|
||||
stdout=subprocess.PIPE,
|
||||
env=None,
|
||||
),
|
||||
])
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue