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