<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/admin_widgets, branch 1.5a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-08-12T12:44:40Z</updated>
<entry>
<title>[py3] Refactored __unicode__ to __str__.</title>
<updated>2012-08-12T12:44:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-12T10:32:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4a0b27838c815af87698920cc4db7d2afd6f05b'/>
<id>urn:sha1:d4a0b27838c815af87698920cc4db7d2afd6f05b</id>
<content type='text'>
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
</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>
<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>
</feed>
