Refs #29983 -- Fixed displaying pathlib.Path database name in flush command's inputs.

This commit is contained in:
Mariusz Felisiak 2020-04-21 10:19:43 +02:00 committed by Carlton Gibson
parent 75866b93cc
commit 150c3d13a6
1 changed files with 1 additions and 1 deletions

View File

@ -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?