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.
forms.widgets.Script
1 parent aa98be2 commit 3305522Copy full SHA for 3305522
django-stubs/forms/widgets.pyi
@@ -18,7 +18,7 @@ class MediaOrderConflictWarning(RuntimeWarning): ...
18
class MediaAsset:
19
element_template: str
20
21
- def __init__(self, path: str, **attributes: _OptAttrs) -> None: ...
+ def __init__(self, path: str, **attributes: Any) -> None: ...
22
def __eq__(self, other: object) -> bool: ...
23
def __hash__(self) -> int: ...
24
def __html__(self) -> SafeString: ...
@@ -28,7 +28,7 @@ class MediaAsset:
28
class Script(MediaAsset):
29
30
31
- def __init__(self, src: str, **attributes: _OptAttrs) -> None: ...
+ def __init__(self, src: str, **attributes: Any) -> None: ...
32
33
class Media:
34
def __init__(
0 commit comments