summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_autocomplete_view.py
AgeCommit message (Expand)Author
2024-10-16Refs #35727 -- Updated response.content.decode calls to use the HttpResponse....SaJH
2024-04-17Made SeleniumTests.test_inline_add_another_widgets less flaky by adding expli...Marijke Luttekes
2023-11-28Removed hard-coded expected results in SeleniumTests.test_select_multiple test.nessita
2023-10-19Made SeleniumTests.test_select_multiple less flaky by improving Selenium waits.Sarah Boyce
2023-07-07Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.cont...Mariusz Felisiak
2023-07-07Fixed #9602 -- Added AdminSite.get_model_admin().Mariusz Felisiak
2023-07-05Made some Selenium tests less flaky by adding explicit wait.sarahboyce
2023-06-13Made SeleniumTests.test_select_multiple less flaky by adding explicit Seleniu...sarahboyce
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-21Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson
2021-10-21Refs #33211 -- Added assertCountSeleniumElements() test helper.Carlton Gibson
2021-08-10Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...Mart Sõmermaa
2021-03-18Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron
2021-03-18Refs #29138 -- Added extra tests for autocomplete FK to_field variations.Johannes Maron
2021-03-10Removed unnecessary lines in test_has_view_or_change_permission_required().Mariusz Felisiak
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2019-11-29Fixed #29892 -- Added explicit Selenium wait in admin autocomplete tests.Carlton Gibson
2019-08-27Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.Federico Jaramillo Martínez
2019-07-10Updated Select2 to version 4.0.7.Johannes Hoppe
2018-06-18Fixed #29502 -- Allowed users with the view permission to use autocomplete_fi...Carlton Gibson
2017-12-01Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...Tim Graham
2017-12-01Used a separate admin site for autocomplete tests.Tim Graham
2017-09-18Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe