<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_widgets/tests.py, branch 1.5.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-08-13T16:04:21Z</updated>
<entry>
<title>Apply autoescaping to AdminURLFieldWidget.</title>
<updated>2013-08-13T16:04:21Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2013-08-13T16:04:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=90363e388c61874add3f3557ee654a996ec75d78'/>
<id>urn:sha1:90363e388c61874add3f3557ee654a996ec75d78</id>
<content type='text'>
This is a security fix; disclosure to follow shortly.
</content>
</entry>
<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] Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield_overrides</title>
<updated>2012-12-08T11:47:33Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-08T11:41:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fa5460460696863ebd7c8ebae325b4ebce1a777b'/>
<id>urn:sha1:fa5460460696863ebd7c8ebae325b4ebce1a777b</id>
<content type='text'>
Thanks joebuyer at manycycles.com for the report and Simon Charette
for the review.
Backport of 04e6542b5 from master.
</content>
</entry>
<entry>
<title>[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change list.</title>
<updated>2012-11-03T10:59:16Z</updated>
<author>
<name>Ulrich Petri</name>
<email>ulo@ulo.pe</email>
</author>
<published>2012-07-07T12:24:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f12fa7750c95cafa3a317be6a62ed3a2f53caf3c'/>
<id>urn:sha1:f12fa7750c95cafa3a317be6a62ed3a2f53caf3c</id>
<content type='text'>
Backport of ac2052ebc84c45709ab5f0f25e685bf656ce79bc from master.
</content>
</entry>
<entry>
<title>Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.</title>
<updated>2012-06-07T16:08:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a103086d5c67fa4fcc53c106c9fdf644c742dd8'/>
<id>urn:sha1:4a103086d5c67fa4fcc53c106c9fdf644c742dd8</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
</content>
</entry>
<entry>
<title>Marked bytestrings with b prefix. Refs #18269</title>
<updated>2012-05-19T15:43:34Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-19T15:43:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38408f8007eae21b9f1cbbcc7f86d4b2042ff86a'/>
<id>urn:sha1:38408f8007eae21b9f1cbbcc7f86d4b2042ff86a</id>
<content type='text'>
This is a preparation for unicode literals general usage in
Django (Python 3 compatibility).
</content>
</entry>
<entry>
<title>Ensured tests pass using custom PASSWORD_HASHERS.</title>
<updated>2012-04-30T19:10:27Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-04-30T18:38:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8fad77da9597e0dd9fca1eaa3a7b605f76501872'/>
<id>urn:sha1:8fad77da9597e0dd9fca1eaa3a7b605f76501872</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Converted more test assertions to assert[Not]Contains.</title>
<updated>2012-04-14T13:35:25Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-14T13:35:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e0102389787444f3981aea19867a9dad6a4999b'/>
<id>urn:sha1:0e0102389787444f3981aea19867a9dad6a4999b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review.</title>
<updated>2012-04-08T21:13:32Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-08T21:13:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c53e30607014163872e89c221b206992a9acfef'/>
<id>urn:sha1:5c53e30607014163872e89c221b206992a9acfef</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Removed with_statement imports, useless in Python &gt;= 2.6. Refs #17965. Thanks jonash for the patch.</title>
<updated>2012-03-30T08:02:08Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-03-30T08:02:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9383a2761c67d588378f3679cc6c8ea3651a73c8'/>
<id>urn:sha1:9383a2761c67d588378f3679cc6c8ea3651a73c8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
