.. |
__init__.py
|
…
|
|
base.py
|
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
|
2019-04-25 15:09:07 +02:00 |
test_checkboxinput.py
|
Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.
|
2019-12-10 12:27:50 +01:00 |
test_checkboxselectmultiple.py
|
Corrected docstring quotes in various code.
|
2020-09-22 10:30:53 +02:00 |
test_clearablefileinput.py
|
Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFileInput.
|
2020-06-01 12:25:25 +02:00 |
test_dateinput.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_datetimeinput.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_fileinput.py
|
Fixed #31118 -- Made FileInput to avoid the required attribute when initial data exists.
|
2020-01-08 09:15:31 +01:00 |
test_hiddeninput.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_input.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_multiplehiddeninput.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_multiwidget.py
|
Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.
|
2020-03-24 20:05:18 +01:00 |
test_nullbooleanselect.py
|
Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.
|
2018-11-14 13:43:34 -05:00 |
test_numberinput.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_passwordinput.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_radioselect.py
|
Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSelectMultiple with MultiWidget.
|
2018-03-15 09:10:23 -04:00 |
test_select.py
|
Used more specific unittest assertions in tests.
|
2019-10-29 12:37:30 +01:00 |
test_selectdatewidget.py
|
Refs #30578 -- Made SelectDateWidget.format_value() independent of USE_L10N.
|
2020-07-10 13:00:37 +02:00 |
test_selectmultiple.py
|
Fixed #29273 -- Prevented initial selection of empty choice in multiple choice widgets.
|
2018-04-02 08:52:53 -04:00 |
test_splitdatetimewidget.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_splithiddendatetimewidget.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_textarea.py
|
…
|
|
test_textinput.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_timeinput.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |
test_widget.py
|
Fixed #29038 -- Removed closing slash from HTML void tags.
|
2018-01-21 02:09:10 -05:00 |