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.
1 parent 7e3f4bf commit dceb075Copy full SHA for dceb075
django-stubs/core/management/base.pyi
@@ -63,7 +63,7 @@ class BaseCommand:
63
fail_level: int = ...,
64
) -> None: ...
65
def check_migrations(self) -> None: ...
66
- def handle(self, *args: Any, **options: Any) -> None: ...
+ def handle(self, *args: Any, **options: Any) -> Optional[str]: ...
67
68
class AppCommand(BaseCommand):
69
missing_args_message: str = ...
0 commit comments