mirror of https://github.com/django/django.git
Added short description to remove_stale_contenttypes command.
This commit is contained in:
parent
5cd1385356
commit
e1a093f8cb
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue