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
2013-02-21
[1.5.x] Made a couple of selenium tests wait for page loaded
Anssi Kääriäinen
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
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip