summaryrefslogtreecommitdiff
path: root/tests/admin_widgets
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp2023-04-281-1/+6
* Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...Marcelo Galigniana2023-04-211-30/+68
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-3/+1
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-5/+1
* Refs #19215 -- Fixed admin_widgets tests if Pillow isn't installed.Mariusz Felisiak2022-10-272-5/+14
* Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid ...Marcelo Galigniana2022-10-253-0/+63
* Fixed flaky test_ForeignKey_using_to_field test.Marcelo Galigniana2022-10-241-0/+5
* Fixed #33888 -- Fixed get_select2_language() crash with no language activated.Claude Paroz2022-08-031-0/+1
* Fixed #33805 -- Made admin's many-to-many widgets do not display help text fo...Ankur2022-06-281-0/+20
* Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.r...Hrushikesh Vaidya2022-02-281-0/+12
* Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh18152022-02-251-0/+13
* Fixed #33514 -- Added fallbacks to subsequent language codes in Select2 trans...My-Name-Is-Nabil2022-02-181-0/+7
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-16/+31
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-075-551/+833
* Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.Shubh18152021-11-291-5/+13
* Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson2021-10-211-74/+89
* Refs #33211 -- Added assertCountSeleniumElements() test helper.Carlton Gibson2021-10-211-5/+3
* Fixed #33070 -- Fixed loading translations with language subtags in admin's S...Cleiton Lima2021-09-211-1/+2
* 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-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