index
:
chango.git
devmain
fix-31295
initial-branch
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
2023-02-01
[4.2.x] 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
2012-03-30
Removed some Python < 2.6 compatibility code. Refs #17965.
Aymeric Augustin
2012-03-05
Enabled the existing admin Selenium tests to be run with Internet Explorer. N...
Julien Phalip
2012-03-04
Added more thorough Selenium tests for the admin horizontal/vertical filter w...
Julien Phalip
2012-02-23
Added some Selenium tests for the admin's filter_horizontal and filter_vertic...
Julien Phalip
2012-02-22
Stopped hiding the original exception's message when a selenium driver's inst...
Julien Phalip
2012-02-19
Moved an import statement to handle the case where selenium isn't installed.
Julien Phalip
2012-02-19
Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...
Julien Phalip
2011-12-28
Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...
Julien Phalip
[next]