mirror of
https://github.com/django/django.git
synced 2025-01-03 15:06:09 +00:00
Fixed #33481 -- Clarified remove_stale_contenttypes data loss warning.
This commit is contained in:
parent
a9094ec1f4
commit
415982be10
@ -82,7 +82,7 @@ class Command(BaseCommand):
|
|||||||
"are:\n\n"
|
"are:\n\n"
|
||||||
f"{content_type_display}\n\n"
|
f"{content_type_display}\n\n"
|
||||||
"This list doesn't include any cascade deletions to data "
|
"This list doesn't include any cascade deletions to data "
|
||||||
"outside of Django's\n"
|
"outside of Django\n"
|
||||||
"models (uncommon).\n\n"
|
"models (uncommon).\n\n"
|
||||||
"Are you sure you want to delete these content types?\n"
|
"Are you sure you want to delete these content types?\n"
|
||||||
"If you're unsure, answer 'no'."
|
"If you're unsure, answer 'no'."
|
||||||
|
Loading…
Reference in New Issue
Block a user