mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-26 02:08:42 +08:00
Add django.forms.widgets.FILE_INPUT_CONTRADICTION symbol (#506)
https://github.com/django/django/blob/302caa40e4caab7d95ef7d0a88a90f935039ab09/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