<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/regressiontests/utils/dateformat.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18951 -- Formatting of microseconds.</title>
<updated>2012-09-22T10:02:21Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-09-22T10:02:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=822cfce3df53301d9f9f4c14bd8a0cb2a1956e2e'/>
<id>urn:sha1:822cfce3df53301d9f9f4c14bd8a0cb2a1956e2e</id>
<content type='text'>
Thanks olofom at gmail com for the report.
</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/chango.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>Updated a few localization formats to stop the changes done in r17473 from breaking the tests.</title>
<updated>2012-02-10T01:13:29Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-02-10T01:13:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c1acda6d8f276dda9a962186e028c396a5a2e53c'/>
<id>urn:sha1:c1acda6d8f276dda9a962186e028c396a5a2e53c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.</title>
<updated>2011-11-18T13:01:06Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2011-11-18T13:01:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9b1cb755a28f020e27d4268c214b25315d4de42e'/>
<id>urn:sha1:9b1cb755a28f020e27d4268c214b25315d4de42e</id>
<content type='text'>
For more information on this project, see this thread:
http://groups.google.com/group/django-developers/browse_thread/thread/cf0423bbb85b1bbf



git-svn-id: http://code.djangoproject.com/svn/django/trunk@17106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16924 -- Corrected `date` template filter handling of negative (West of UTC) timezone offsets.</title>
<updated>2011-09-25T17:08:31Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-09-25T17:08:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3ef1762cb9f6495c89a5258461cbd9bcbc250557'/>
<id>urn:sha1:3ef1762cb9f6495c89a5258461cbd9bcbc250557</id>
<content type='text'>
The 'O' format specifier output was incorrect. Thanks mrgriscom and Aymeric Augustin.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:</title>
<updated>2011-03-03T15:04:39Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-03-03T15:04:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=afd040d4d3a06fe92e3080870b2ff2095ce86a75'/>
<id>urn:sha1:afd040d4d3a06fe92e3080870b2ff2095ce86a75</id>
<content type='text'>
 assert_ -&gt; assertTrue
 assertEquals -&gt; assertEqual
 failUnless -&gt; assertTrue

For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.</title>
<updated>2010-10-11T12:55:17Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-10-11T12:55:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=121d2e36785dc0ce8e7d1c48883fc7b719b21afc'/>
<id>urn:sha1:121d2e36785dc0ce8e7d1c48883fc7b719b21afc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Unified the regressiontests/dateformat tests with the regressiontests/utils/dateformat tests.</title>
<updated>2010-09-28T08:19:42Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-09-28T08:19:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=375466955366a12dcb769e7644ddf2f77d3b650f'/>
<id>urn:sha1:375466955366a12dcb769e7644ddf2f77d3b650f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>A few test optimizations; using native unittest where no Django-specific TestCase features are required.</title>
<updated>2010-09-28T08:18:12Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-09-28T08:18:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ec3ba39fdb9dd6b82fb790a7babff5d2c4630ad5'/>
<id>urn:sha1:ec3ba39fdb9dd6b82fb790a7babff5d2c4630ad5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
