mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 21:46:43 +08:00
initial commit
This commit is contained in:
11
django/forms/formsets.pyi
Normal file
11
django/forms/formsets.pyi
Normal file
@@ -0,0 +1,11 @@
|
||||
from typing import (
|
||||
Any,
|
||||
List,
|
||||
)
|
||||
|
||||
|
||||
def all_valid(formsets: List[Any]) -> bool: ...
|
||||
|
||||
|
||||
class ManagementForm:
|
||||
def __init__(self, *args, **kwargs) -> None: ...
|
||||
Reference in New Issue
Block a user