summaryrefslogtreecommitdiff
path: root/tests/admin_widgets/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-161-3/+6
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-2/+2
* Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope2021-04-291-1/+1
* Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron2021-03-181-2/+12
* Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron2021-01-121-4/+4
* Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne2020-06-031-0/+11
* 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 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 #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-1/+1
* 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 #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...Tim Graham2018-02-011-1/+7
* 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
* 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-251-3/+3
* 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 encoding preambles and future importsClaude Paroz2017-01-181-3/+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-081-76/+79
* 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
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-2/+2
* Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky2016-09-101-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.David Sanders2016-05-131-0/+5
* Fixed #26449 -- Merged admin's FORMFIELD_FOR_DBFIELD_DEFAULTS with formfield_...marysia2016-05-071-1/+23
* Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders2016-05-031-0/+26
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-117/+91