From 142ab6846ac09d6d401e26fc8b6b988a583ac0f5 Mon Sep 17 00:00:00 2001 From: gowthamk63 Date: Wed, 11 Mar 2020 15:14:50 -0400 Subject: Fixed #31123 -- Added --include-stale-apps option to the remove_stale_contenttypes management command. Co-Authored-By: Javier Buzzi --- docs/ref/django-admin.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index a5ef671e26..56358b4ef8 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1651,6 +1651,13 @@ the deletion. Specifies the database to use. Defaults to ``default``. +.. django-admin-option:: --include-stale-apps + +.. versionadded:: 3.1 + +Deletes stale content types including ones from previously installed apps that +have been removed from :setting:`INSTALLED_APPS`. Defaults to ``False``. + ``django.contrib.gis`` ---------------------- -- cgit v1.3