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