<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/dateformat.py, branch 1.5b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-09-22T10:02:21Z</updated>
<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/django.git/commit/?id=822cfce3df53301d9f9f4c14bd8a0cb2a1956e2e'/>
<id>urn:sha1:822cfce3df53301d9f9f4c14bd8a0cb2a1956e2e</id>
<content type='text'>
Thanks olofom at gmail com for the report.
</content>
</entry>
<entry>
<title>[py3] Ported django.utils.encoding.</title>
<updated>2012-08-07T10:00:22Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-21T08:00:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c5ef65bcf324f4c90b53be90f4aec069a68e8c59'/>
<id>urn:sha1:c5ef65bcf324f4c90b53be90f4aec069a68e8c59</id>
<content type='text'>
* Renamed smart_unicode to smart_text (but kept the old name under
  Python 2 for backwards compatibility).
* Renamed smart_str to smart_bytes.
* Re-introduced smart_str as an alias for smart_text under Python 3
  and smart_bytes under Python 2 (which is backwards compatible).
  Thus smart_str always returns a str objects.
* Used the new smart_str in a few places where both Python 2 and 3
  want a str.
</content>
</entry>
<entry>
<title>[py3] Replaced unicode/str by six.text_type/bytes.</title>
<updated>2012-07-22T07:29:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T12:48:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bdca5ea345c548a82a80d198906818c9ccbef896'/>
<id>urn:sha1:bdca5ea345c548a82a80d198906818c9ccbef896</id>
<content type='text'>
</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>Replaced print statement by print function (forward compatibility syntax).</title>
<updated>2012-04-30T18:45:03Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-28T16:02:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=596cb9c7e287abbb98c64974fb4944d522cb6b5a'/>
<id>urn:sha1:596cb9c7e287abbb98c64974fb4944d522cb6b5a</id>
<content type='text'>
</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/django.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>Fixed #16416 -- Added two new date formatting options for timezones and ISO week numbers. Thanks, poirier.</title>
<updated>2012-02-09T18:57:31Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-02-09T18:57:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a6b6c6e17129379fa1f9ffce1ed7eaaa5d6f1127'/>
<id>urn:sha1:a6b6c6e17129379fa1f9ffce1ed7eaaa5d6f1127</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17473 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/django.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/django.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>Fixed #14570 -- Added new date format character for alternative month names using the new context capabilities. Also add context to Associated Press style month names (refs #9988). Thanks to Claude and shell_dweller.</title>
<updated>2010-12-13T13:51:28Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-12-13T13:51:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7292af85422980df3fefcd0ce131f8a37fe466e9'/>
<id>urn:sha1:7292af85422980df3fefcd0ce131f8a37fe466e9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
