mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
parent
6072de727f
commit
967be82443
114 changed files with 360 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class ActionForm(forms.Form):
|
|||
widget=forms.HiddenInput({'class': 'select-across'}),
|
||||
)
|
||||
|
||||
|
||||
checkbox = forms.CheckboxInput({'class': 'action-select'}, lambda value: False)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue