diff options
| author | syed waheed <waheedsyed291@gmail.com> | 2024-01-05 22:53:35 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-01-08 20:07:24 +0100 |
| commit | 415982be105380af5116692a2f6e91c8092803fb (patch) | |
| tree | 41717342537ea8467933c7d2e38e724eb3d9f1e8 /django/contrib/contenttypes | |
| parent | a9094ec1f43dca7f2a649327afcd5e6226b4959c (diff) | |
Fixed #33481 -- Clarified remove_stale_contenttypes data loss warning.
Diffstat (limited to 'django/contrib/contenttypes')
| -rw-r--r-- | django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'." |
