mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Added short description to remove_stale_contenttypes command.
This commit is contained in:
@@ -8,6 +8,8 @@ from django.db.models.deletion import Collector
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = "Deletes stale content types in the database."
|
||||
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument(
|
||||
"--noinput",
|
||||
|
||||
Reference in New Issue
Block a user