summaryrefslogtreecommitdiff
path: root/tests/forms_tests/widget_tests/test_clearablefileinput.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...Mariusz Felisiak2023-05-031-0/+5
* Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...Marcelo Galigniana2023-04-211-1/+4
* Fixed #33830 -- Fixed VariableDoesNotExist when rendering ClearableFileInput.Neeraj Kumar2022-08-251-0/+10
* Refs #32339 -- Added use_fieldset to Widget.David2022-03-301-1/+26
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-6/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-36/+65
* Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina2020-06-011-0/+15
* Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docst...David Smith2020-03-111-1/+1
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-251-1/+1
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-13/+13
* Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...Roman Selivanov2017-07-191-1/+13
* Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields w...Tim Graham2017-02-061-0/+6
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-5/+5
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-6/+0
* Fixed #27037 -- Prevented required attribute on ClearableFileInput when initi...Jon Dufresne2016-08-121-0/+6
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Simplified a ClearableFileInput test.Tim Graham2016-05-141-10/+9
* Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2Berker Peksag2016-02-151-0/+39
* Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.Tim Graham2015-09-231-19/+0
* Rewrote form widget tests as proper unittests.Preston Timmons2015-08-311-0/+126