We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
returncode
CommandError
1 parent 1bb61d5 commit e11955fCopy full SHA for e11955f
django-stubs/core/management/base.pyi
@@ -10,6 +10,7 @@ from django.utils.datastructures import _ListOrTuple
10
ALL_CHECKS: Literal["__all__"]
11
12
class CommandError(Exception):
13
+ returncode: int
14
def __init__(self, *args: Any, returncode: int = ..., **kwargs: Any) -> None: ...
15
16
class SystemCheckError(CommandError): ...
0 commit comments