django/tests/regressiontests/admin_views
Anssi Kääriäinen 96790fc022 [1.5.x] Made a couple of selenium tests wait for page loaded
The admin_widgets tests were issuing click() to the browser but
didn't wait for the effects of those clicks. This caused the resulting
request to be processed concurrently with the test case. When using
in-memory SQLite this caused weird failures.

Also added wait_page_loaded() to admin selenium tests for code
reuse.

Fixed #19856, backpatch of 50677b29af
2013-02-21 00:01:07 +02:00
..
fixtures Don't escape object ids when passing to the contenttypes.shortcut view. 2012-06-07 17:52:12 +02:00
templates Fixed #17515 -- Added ability to override the template of custom admin FilterSpec classes. Thanks, saxix and Julien Phalip. 2012-02-09 18:59:05 +00:00
__init__.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
admin.py [1.5.x] Expanded tests added when fixing #14529. 2012-12-24 18:13:38 -03:00
customadmin.py [1.5.x] Fixed #18697 -- Made values accepted for two customizable admin templates consistent. 2012-12-04 19:53:52 -03:00
forms.py Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
models.py [1.5.x] Expanded tests added when fixing #14529. 2012-12-24 18:13:38 -03:00
tests.py [1.5.x] Made a couple of selenium tests wait for page loaded 2013-02-21 00:01:07 +02:00
urls.py [1.5.x] Fixed #18697 -- Made values accepted for two customizable admin templates consistent. 2012-12-04 19:53:52 -03:00
views.py Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00