Carlton Gibson
|
306607d5b9
Fixed #32365 -- Made zoneinfo the default timezone implementation.
|
3 years ago |
Claude Paroz
|
676bd084f2
Fixed #32873 -- Deprecated settings.USE_L10N.
|
3 years ago |
Nick Pope
|
2161db0792
Fixed capitalization of "ECMAScript" and "JavaScript".
|
3 years ago |
Johannes Maron
|
03d0f12c82
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
|
4 years ago |
Johannes Maron
|
3071660acf
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields.
|
4 years ago |
Jon Dufresne
|
2dd4d110c1
Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.
|
4 years ago |
Carles Pina
|
e46c2326c8
Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFileInput.
|
4 years ago |
Mariusz Felisiak
|
18eb852874
Fixed #31576 -- Fixed selenium tests with headless mode.
|
4 years ago |
Jon Dufresne
|
d6aff369ad
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
|
4 years ago |
Mariusz Felisiak
|
fb52176a6f
Made DateTimePickerShortcutsSeleniumTests.test_date_time_picker_shortcuts() less flaky.
|
5 years ago |
Nick Pope
|
8f10ceaa90
Changed `'%s' % value` pattern to `str(value)`.
|
4 years ago |
007
|
d51c50d836
Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets for ManyToManyFields with formfield_overrides.
|
5 years ago |
Jon Dufresne
|
65285d1e7d
Refs #29892 -- Made Selenium tests wait for popups to be ready.
|
5 years ago |
Jon Dufresne
|
c8bd37a860
Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Selenium .is_displayed().
|
5 years ago |
Jon Dufresne
|
f0ed38edf3
Refs #29892 -- Replaced Selenium .submit() shim with .click() on the submit button.
|
5 years ago |
Johannes Hoppe
|
249a6190ae
Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_value.
|
5 years ago |
Johannes Hoppe
|
69dbb6b708
Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.
|
5 years ago |
Jon Dufresne
|
aa12cf07c9
Removed unnecessary numeric indexes in format strings.
|
5 years ago |
Mariusz Felisiak
|
8fc8c958a5
Fixed broken selenium tests after 42b9a23267f14be39b9b00958e18d5746783208e.
|
5 years ago |
Jon Dufresne
|
42b9a23267
Fixed #30400 -- Improved typography of user facing strings.
|
5 years ago |
Carlton Gibson
|
deeba6d920
Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before rendering clickable link.
|
5 years ago |
Jon Dufresne
|
7785e03ba8
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
|
6 years ago |
redodo
|
89a2216486
Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wrapping a hidden widget.
|
6 years ago |
mackong
|
c832885a3e
Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.
|
6 years ago |
Tim Graham
|
552abffab1
Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields.
|
7 years ago |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
7 years ago |
Jon Dufresne
|
47d238b696
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean syntax.
|
7 years ago |
Claude Paroz
|
4b67e8dc75
Complemented datetime picker selenium test
|
7 years ago |
Collin Anderson
|
7c9cb1ed37
Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.
|
7 years ago |
kakulukia
|
525dc283a6
Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.
|
7 years ago |