From 415982be105380af5116692a2f6e91c8092803fb Mon Sep 17 00:00:00 2001 From: syed waheed Date: Fri, 5 Jan 2024 22:53:35 +0530 Subject: [PATCH] Fixed #33481 -- Clarified remove_stale_contenttypes data loss warning. --- .../management/commands/remove_stale_contenttypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py b/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py index 51de847dbf..950e615f0c 100644 --- a/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py +++ b/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py @@ -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'."