<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_views, branch 1.5.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-20T22:01:07Z</updated>
<entry>
<title>[1.5.x] Made a couple of selenium tests wait for page loaded</title>
<updated>2013-02-20T22:01:07Z</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=96790fc02214b4d36df0ecb630159e65b28a5174'/>
<id>urn:sha1:96790fc02214b4d36df0ecb630159e65b28a5174</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, backpatch of 50677b29af39ca670274fb45087415c883c78b04
</content>
</entry>
<entry>
<title>[1.5.x] Checked object permissions on admin history view.</title>
<updated>2013-02-19T17:39:04Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-04T23:57:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e46c7f7ac9c8c56149090b58a277239708cf4f7'/>
<id>urn:sha1:0e46c7f7ac9c8c56149090b58a277239708cf4f7</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.

Patch by Russell Keith-Magee.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed typos in docs and comments</title>
<updated>2013-01-29T17:58:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-01-29T15:45:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5da6ce11edb60319c014c07c40b03674ea89de4c'/>
<id>urn:sha1:5da6ce11edb60319c014c07c40b03674ea89de4c</id>
<content type='text'>
Backport of ee26797cff from master
</content>
</entry>
<entry>
<title>[1.5.x] Expanded tests added when fixing #14529.</title>
<updated>2012-12-24T21:13:38Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-12-24T19:17:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3b32e5cc2d4b6db22148cd7e51cdb735aeb25b13'/>
<id>urn:sha1:3b32e5cc2d4b6db22148cd7e51cdb735aeb25b13</id>
<content type='text'>
To make sure changes in 35d1cd0 don't break anything. Refs #19505.

ad769efa85e0296033572315025fed9fa9aefade from master.
</content>
</entry>
<entry>
<title>[1.5.x] Made admin generated changelist URLs independent of dict ordering</title>
<updated>2012-12-24T02:20:32Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-12-24T01:32:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b362a559692115b188f621b43162cb31282b0fd1'/>
<id>urn:sha1:b362a559692115b188f621b43162cb31282b0fd1</id>
<content type='text'>
Backport of c31c2c92b8ef0b58394ac55fa4f61acc07091047 from master
</content>
</entry>
<entry>
<title>[1.5.X] Corrected tests depending on the error message on the AuthenticationForm.</title>
<updated>2012-12-15T23:22:25Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2012-12-15T23:18:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=06b5f5fcb6db2fc20e2d455a34f3f4b0293cfd8c'/>
<id>urn:sha1:06b5f5fcb6db2fc20e2d455a34f3f4b0293cfd8c</id>
<content type='text'>
Refs #19368, and the fix introduced in 27f8129d64292868f6a328f7bf9a1bed67967ff3.

Backport of 9facca28b619ad94680cf07774ee7a377034ca42 from trunk.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths</title>
<updated>2012-12-08T10:16:03Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-08T10:13:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4214a22e060f9d692b77294659023633c63e1647'/>
<id>urn:sha1:4214a22e060f9d692b77294659023633c63e1647</id>
<content type='text'>
Thanks kujiu for the report and Aymeric Augustin for the review.
Backport of c91667338 from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines</title>
<updated>2012-12-06T08:54:47Z</updated>
<author>
<name>Marc Aymerich</name>
<email>marcay@pangea.org</email>
</author>
<published>2012-12-06T08:47:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=57a41d985acabc7fc25f08081e58f0978cc8c1dc'/>
<id>urn:sha1:57a41d985acabc7fc25f08081e58f0978cc8c1dc</id>
<content type='text'>
Applied to inlines what ec9d6b1122d did for main fieldsets.
Backport of 553838a28 from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #18697 -- Made values accepted for two customizable admin templates consistent.</title>
<updated>2012-12-04T22:53:52Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-12-03T23:39:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a098aa6f29b484254de50c4eb113bdbad1d7e78'/>
<id>urn:sha1:6a098aa6f29b484254de50c4eb113bdbad1d7e78</id>
<content type='text'>
Thanks and at cloverfastfood dot com for the report.

b64d30405a3d5468dc8c6232747d45bbeee4f7bb from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19391 -- Oracle specific failure in tests</title>
<updated>2012-12-04T21:00:17Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-12-04T20:49:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c099ec3ec969ceef8de2e7fc90220b59cdf9b71'/>
<id>urn:sha1:8c099ec3ec969ceef8de2e7fc90220b59cdf9b71</id>
<content type='text'>
The failure was caused by using None as a choice for a CharField. To
avoid Oracle's "" &lt;-&gt; NULL handling the field type was changed to
IntegerField.

Backpatch of 632cf32b43609f7d674c81f81f01eb9e4a059f1f
</content>
</entry>
</feed>
