Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25323 -- Fixed selenium test failures with chromed...Tim Graham2015-08-281-0/+7
* Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiv...Claude Paroz2014-08-281-2/+2
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-4/+4
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Fixed selenium failure.Florian Apolloner2014-01-031-0/+12
* Revert "Fixed #21227 -- Added workaround for selenium tes...Florian Apolloner2014-01-031-1/+0
* Removed unneeded import.Florian Apolloner2014-01-031-1/+0
* Fixed a few flaky selenium tests.Florian Apolloner2014-01-031-1/+22
* Fixed #21227 -- Added workaround for selenium test failuresKevin Christopher Henry2013-10-241-0/+1
* Destroy selenium before live server threads.Florian Apolloner2013-09-171-1/+1
* Final attempt to solve sporadic test failures.Florian Apolloner2013-09-171-11/+7
* Fixed error handling in 3c5775d36f7e431d9691829a785808731...Florian Apolloner2013-09-141-4/+8
* Delayed initialization of Selenium webdrivers.Florian Apolloner2013-09-141-1/+2
* Updated Selenium-based tests after e909ceae9b.Ramiro Morales2013-08-311-2/+2
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+9
* Fixed #19854 -- Turn Django's own Selenium tests off by d...Carl Meyer2013-02-251-2/+2
* Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz2013-02-231-0/+4
* Made a couple of selenium tests wait for page loadedAnssi Kääriäinen2013-02-201-2/+15
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-6/+2
* Fixed #19051 - Fixed Selenium tearDownClass method; thank...Tim Graham2012-10-041-2/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Removed some Python < 2.6 compatibility code. Refs #17965.Aymeric Augustin2012-03-301-4/+0
* Enabled the existing admin Selenium tests to be run with ...Julien Phalip2012-03-051-2/+2
* Added more thorough Selenium tests for the admin horizont...Julien Phalip2012-03-041-1/+9
* Added some Selenium tests for the admin's filter_horizont...Julien Phalip2012-02-231-6/+16
* Stopped hiding the original exception's message when a se...Julien Phalip2012-02-221-2/+2
* Moved an import statement to handle the case where seleni...Julien Phalip2012-02-191-1/+1
* Fixed #13068 (again) -- Corrected the admin stacked inlin...Julien Phalip2012-02-191-1/+14
* Added the `wait_until()` and `wait_loaded_tag()` methods ...Julien Phalip2011-12-281-0/+22
* Fixed #2879 -- Added support for the integration with Sel...Julien Phalip2011-12-221-0/+52