summaryrefslogtreecommitdiff
path: root/django/contrib/admin/tests.py
AgeCommit message (Expand)Author
2012-03-30Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin
2012-03-05Enabled the existing admin Selenium tests to be run with Internet Explorer. N...Julien Phalip
2012-03-04Added more thorough Selenium tests for the admin horizontal/vertical filter w...Julien Phalip
2012-02-23Added some Selenium tests for the admin's filter_horizontal and filter_vertic...Julien Phalip
2012-02-22Stopped hiding the original exception's message when a selenium driver's inst...Julien Phalip
2012-02-19Moved an import statement to handle the case where selenium isn't installed.Julien Phalip
2012-02-19Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...Julien Phalip
2011-12-28Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...Julien Phalip
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip