--
Ticket URL: <https://code.djangoproject.com/ticket/31681>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* type: Uncategorized => New feature
* component: Uncategorized => Core (System checks)
* version: 3.0 => master
* resolution: => wontfix
Comment:
Thanks for this ticket, however system checks are a set of conditions
checked inside many methods, that's why it will be really complicated
(maybe even not feasible) to list them when running `django-admin checks`.
Moreover `django-admin checks` runs all checks in selected tags so I don't
think that copying a [https://docs.djangoproject.com/en/stable/ref/checks/
documentation page] to the management command output is valuable. You can
start a discussion on DevelopersMailingList if you don't agree.
--
Ticket URL: <https://code.djangoproject.com/ticket/31681#comment:1>