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
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
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip