summaryrefslogtreecommitdiff
path: root/tests/admin_widgets
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...Johannes Maron2021-03-184-5/+61
* Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron2021-01-123-13/+17
* Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne2020-06-032-0/+19
* Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina2020-06-011-0/+14
* Fixed #31576 -- Fixed selenium tests with headless mode.Mariusz Felisiak2020-05-131-0/+3
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-9/+9
* Made DateTimePickerShortcutsSeleniumTests.test_date_time_picker_shortcuts() l...Mariusz Felisiak2020-05-051-2/+1
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-1/+1
* Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets ...0072020-04-151-1/+18
* Refs #29892 -- Made Selenium tests wait for popups to be ready.Jon Dufresne2019-12-021-12/+6
* Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Sel...Jon Dufresne2019-11-281-8/+8
* Refs #29892 -- Replaced Selenium .submit() shim with .click() on the submit b...Jon Dufresne2019-11-281-1/+1
* Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...Johannes Hoppe2019-11-271-21/+25
* Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.Johannes Hoppe2019-11-271-8/+8
* Removed unnecessary numeric indexes in format strings.Jon Dufresne2019-11-191-1/+1
* Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.Federico Jaramillo Martínez2019-08-271-0/+1
* Fixed broken selenium tests after 42b9a23267f14be39b9b00958e18d5746783208e.Mariusz Felisiak2019-06-301-1/+1
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before renderin...Carlton Gibson2019-06-031-8/+15
* Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient.Matthias Kestenholz2019-02-271-1/+1
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-1/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...redodo2018-11-191-0/+23
* Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.mackong2018-08-181-0/+14
* Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...Artem Tabolin2018-03-151-1/+6
* Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.dzhuang2018-03-131-1/+2
* Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...Tim Graham2018-02-012-1/+10
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-28/+28
* Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne2018-01-201-2/+2
* Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...Tim Graham2017-12-011-4/+7
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-182-0/+134
* Complemented datetime picker selenium testClaude Paroz2017-08-261-3/+22
* Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.Collin Anderson2017-06-091-4/+4
* Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.kakulukia2017-06-061-0/+12
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-2/+2
* Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().Raphael Merx2017-03-071-0/+9
* Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...Collin Anderson2017-02-201-0/+16
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-253-5/+5
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-9/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-5/+0
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-271-21/+41
* Imported specific models in a few tests that didn't.Tim Graham2016-12-082-90/+96
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.Jacob Rief2016-11-121-3/+3
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-41/+21
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-271-7/+2