summaryrefslogtreecommitdiff
path: root/tests/admin_widgets/tests.py
AgeCommit message (Expand)Author
2022-06-28Fixed #33805 -- Made admin's many-to-many widgets do not display help text fo...Ankur
2022-02-28Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.r...Hrushikesh Vaidya
2022-02-25Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh1815
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-29Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.Shubh1815
2021-10-21Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson
2021-10-21Refs #33211 -- Added assertCountSeleniumElements() test helper.Carlton Gibson
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-04-29Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope
2021-03-18Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2020-06-03Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne
2020-06-01Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina
2020-05-13Fixed #31576 -- Fixed selenium tests with headless mode.Mariusz Felisiak
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-05-05Made DateTimePickerShortcutsSeleniumTests.test_date_time_picker_shortcuts() l...Mariusz Felisiak
2020-05-04Changed `'%s' % value` pattern to `str(value)`.Nick Pope
2020-04-15Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets ...007
2019-12-02Refs #29892 -- Made Selenium tests wait for popups to be ready.Jon Dufresne
2019-11-28Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Sel...Jon Dufresne
2019-11-28Refs #29892 -- Replaced Selenium .submit() shim with .click() on the submit b...Jon Dufresne
2019-11-27Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...Johannes Hoppe
2019-11-27Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.Johannes Hoppe
2019-11-19Removed unnecessary numeric indexes in format strings.Jon Dufresne
2019-06-30Fixed broken selenium tests after 42b9a23267f14be39b9b00958e18d5746783208e.Mariusz Felisiak
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-03Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before renderin...Carlton Gibson
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2018-11-19Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...redodo
2018-08-18Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.mackong
2018-02-01Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne
2017-08-26Complemented datetime picker selenium testClaude Paroz
2017-06-09Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.Collin Anderson
2017-06-06Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.kakulukia
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-03-07Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().Raphael Merx
2017-02-20Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...Collin Anderson
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-12-08Imported specific models in a few tests that didn't.Tim Graham
2016-11-12Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.Jacob Rief
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za