mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #29983 -- Fixed displaying pathlib.Path database name in flush command's inputs.
This commit is contained in:
committed by
Carlton Gibson
parent
75866b93cc
commit
150c3d13a6
@@ -50,7 +50,7 @@ class Command(BaseCommand):
|
|||||||
|
|
||||||
if interactive:
|
if interactive:
|
||||||
confirm = input("""You have requested a flush of the database.
|
confirm = input("""You have requested a flush of the database.
|
||||||
This will IRREVERSIBLY DESTROY all data currently in the %r database,
|
This will IRREVERSIBLY DESTROY all data currently in the "%s" database,
|
||||||
and return each table to an empty state.
|
and return each table to an empty state.
|
||||||
Are you sure you want to do this?
|
Are you sure you want to do this?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user