mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-21 11:21:20 +08:00
Add django.forms.widgets.FILE_INPUT_CONTRADICTION symbol (#506)
302caa40e4/django/forms/widgets.py (L399)
This commit is contained in:
@@ -71,6 +71,8 @@ class HiddenInput(Input):
|
|||||||
class MultipleHiddenInput(HiddenInput): ...
|
class MultipleHiddenInput(HiddenInput): ...
|
||||||
class FileInput(Input): ...
|
class FileInput(Input): ...
|
||||||
|
|
||||||
|
FILE_INPUT_CONTRADICTION: Any
|
||||||
|
|
||||||
class ClearableFileInput(FileInput):
|
class ClearableFileInput(FileInput):
|
||||||
clear_checkbox_label: Any = ...
|
clear_checkbox_label: Any = ...
|
||||||
initial_text: Any = ...
|
initial_text: Any = ...
|
||||||
|
|||||||
Reference in New Issue
Block a user