<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_widgets, branch 1.4.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-20T22:03:39Z</updated>
<entry>
<title>[1.4.x] Made a couple of selenium tests wait for page loaded</title>
<updated>2013-02-20T22:03:39Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2013-02-20T01:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3872bc51c966ac779f24772e24511423491ea49e'/>
<id>urn:sha1:3872bc51c966ac779f24772e24511423491ea49e</id>
<content type='text'>
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, cherry-pick of 50677b29af39ca670274fb45087415c883c78b04
</content>
</entry>
<entry>
<title>Enabled the existing admin Selenium tests to be run with Internet Explorer. Note that some tweaks had to be made, in particular as IE7 has limited capabilities regarding CSS selectors.</title>
<updated>2012-03-05T08:13:09Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-03-05T08:13:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=399aa72330d806d2cde36f3e8d0acce11b5f2f4a'/>
<id>urn:sha1:399aa72330d806d2cde36f3e8d0acce11b5f2f4a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Made the Selenium tests for the admin horizontal/vertical filter widgets a bit more thorough.</title>
<updated>2012-03-04T04:50:58Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-03-04T04:50:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=794fe19e196b98533ee539d35fd7ab7f688166b7'/>
<id>urn:sha1:794fe19e196b98533ee539d35fd7ab7f688166b7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added more thorough Selenium tests for the admin horizontal/vertical filter widgets.</title>
<updated>2012-03-04T01:20:03Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-03-04T01:20:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4dca9d166a42717b7d7bf5cf3c5da8149cf88cb2'/>
<id>urn:sha1:4dca9d166a42717b7d7bf5cf3c5da8149cf88cb2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added some Selenium tests for the admin's filter_horizontal and filter_vertical widgets. Ref #13614, #15220.</title>
<updated>2012-02-23T08:07:07Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-02-23T08:07:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2de5f4caba819fad10a78bfec47ae6f29cc2c29'/>
<id>urn:sha1:f2de5f4caba819fad10a78bfec47ae6f29cc2c29</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Enabled the admin selenium tests to run on Chrome.</title>
<updated>2012-02-22T07:14:10Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-02-22T07:14:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a65eed39425581b206f934dd6eed960af8a64f3e'/>
<id>urn:sha1:a65eed39425581b206f934dd6eed960af8a64f3e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and converted Django tests to use them where appropriate. Thanks Greg Müllegger.</title>
<updated>2012-01-31T20:36:11Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2012-01-31T20:36:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=844a24bbb97af663ebf8dbeab4499acafe105943'/>
<id>urn:sha1:844a24bbb97af663ebf8dbeab4499acafe105943</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2879 -- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss.</title>
<updated>2011-12-22T08:33:58Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2011-12-22T08:33:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f02a05ffb45be68b4164b4785ff1826833150a3'/>
<id>urn:sha1:2f02a05ffb45be68b4164b4785ff1826833150a3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-supplied `attrs`. Thanks to elliss for the report and to koenb for the patch.</title>
<updated>2011-11-20T11:12:37Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2011-11-20T11:12:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c9901323ec07c399efbcf0fc6886a5f8a3f8589'/>
<id>urn:sha1:5c9901323ec07c399efbcf0fc6886a5f8a3f8589</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Convert much of the regression tests to use absolute imports.  There's still work to be done though.</title>
<updated>2011-10-13T18:51:33Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T18:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d362c1546f8ad62811e5dee3cf0b43170e6e1c4c'/>
<id>urn:sha1:d362c1546f8ad62811e5dee3cf0b43170e6e1c4c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
