mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 18:05:58 +08:00
initial commit
This commit is contained in:
4
django/contrib/admin/decorators.pyi
Normal file
4
django/contrib/admin/decorators.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
from typing import Callable
|
||||
|
||||
|
||||
def register(*models, site = ...) -> Callable: ...
|
||||
Reference in New Issue
Block a user