django/tests/admin_widgets
Tim Graham 8ed7834fb2 Fixed occasional selenium test failure on Jenkins with Chrome 36+.
Previously find_element_by_id('id_password') on the next line failed with
NoSuchElementException and selenium.page_source was
<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>.

Possibly related: https://code.google.com/p/selenium/issues/detail?id=1969.
2014-09-14 20:31:10 -04:00
..
fixtures Whitespace cleanup. 2013-10-10 16:49:20 -04:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField. 2014-07-09 16:01:09 -04:00
tests.py Fixed occasional selenium test failure on Jenkins with Chrome 36+. 2014-09-14 20:31:10 -04:00
urls.py Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
widgetadmin.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00