summaryrefslogtreecommitdiff
path: root/django/contrib/admin/tests.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-07-18Triggered window resize to fix layout issues.Sarah Boyce
2025-06-27Refs #15727 -- Updated AdminSeleniumTestCase to use ContentSecurityPolicyMidd...Natalia
2025-03-18Handled WebDriverException from Chrome driver version 113+.Sarah Boyce
2025-01-09Fixed #35940 -- Disabled SelectFilter add/remove buttons when appropriate.Brock
2024-08-08Fixed #35622 -- Made unittest ignore Django assertions in traceback frames.Adam Johnson
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
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
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
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-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
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-03Fixed #26577 -- Disabled implicit wait of Selenium tests where appropriate.Simon Charette
2016-05-03Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders
2016-03-15Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh
2016-02-19Fixed #25653 -- Made --selenium run only the selenium tests.Akshesh
2016-01-11Refs #494 -- Fixed a flaky admin_inlines tests.Tim Graham
2016-01-11Fixed #26048 -- Made admin selenium tests use implicitly_wait()Tim Graham
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-08-28Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.Tim Graham
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-01-03Fixed selenium failure.Florian Apolloner
2014-01-03Revert "Fixed #21227 -- Added workaround for selenium test failures"Florian Apolloner
2014-01-03Removed unneeded import.Florian Apolloner
2014-01-03Fixed a few flaky selenium tests.Florian Apolloner
2013-10-24Fixed #21227 -- Added workaround for selenium test failuresKevin Christopher Henry
2013-09-17Destroy selenium before live server threads.Florian Apolloner
2013-09-17Final attempt to solve sporadic test failures.Florian Apolloner
2013-09-14Fixed error handling in 3c5775d36f7e431d9691829a78580873111cb714 for non-oper...Florian Apolloner
2013-09-14Delayed initialization of Selenium webdrivers.Florian Apolloner
2013-08-31Updated Selenium-based tests after e909ceae9b.Ramiro Morales
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-23Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz
2013-02-20Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-10-04Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...Tim Graham
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz