mirror of https://github.com/django/django.git
Refs #29983 -- Fixed displaying pathlib.Path database name in flush command's inputs.
This commit is contained in:
parent
75866b93cc
commit
150c3d13a6
|
@ -50,7 +50,7 @@ class Command(BaseCommand):
|
|||
|
||||
if interactive:
|
||||
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.
|
||||
Are you sure you want to do this?
|
||||
|
||||
|
|
Loading…
Reference in New Issue