mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 02:15:59 +08:00
move most of the generated files
This commit is contained in:
3
django-stubs/contrib/admin/decorators.pyi
Normal file
3
django-stubs/contrib/admin/decorators.pyi
Normal file
@@ -0,0 +1,3 @@
|
||||
from typing import Any, Callable, Optional
|
||||
|
||||
def register(*models: Any, site: Optional[Any] = ...) -> Callable: ...
|
||||
Reference in New Issue
Block a user