1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_checks docs.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
Abhyudai
2021-04-21 20:10:04 +05:30
committed by GitHub
parent 0461b7a6b6
commit 4a77aeb1f8
3 changed files with 7 additions and 3 deletions

View File

@@ -77,6 +77,8 @@ implied by the class name.
* :class:`Error`
* :class:`Critical`
.. _registering-labeling-checks:
Registering and labeling checks
-------------------------------