mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +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"
|
||||
f"{content_type_display}\n\n"
|
||||
"This list doesn't include any cascade deletions to data "
|
||||
"outside of Django's\n"
|
||||
"outside of Django\n"
|
||||
"models (uncommon).\n\n"
|
||||
"Are you sure you want to delete these content types?\n"
|
||||
"If you're unsure, answer 'no'."
|
||||
|
Loading…
Reference in New Issue
Block a user