1
0
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:
syed waheed 2024-01-05 22:53:35 +05:30 committed by Mariusz Felisiak
parent a9094ec1f4
commit 415982be10

View File

@ -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'."