mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 19:01:16 +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 FileInput(Input): ...
|
||||
|
||||
FILE_INPUT_CONTRADICTION: Any
|
||||
|
||||
class ClearableFileInput(FileInput):
|
||||
clear_checkbox_label: Any = ...
|
||||
initial_text: Any = ...
|
||||
|
||||
Reference in New Issue
Block a user