<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/databrowse/plugins/calendars.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-12-29T20:58:12Z</updated>
<entry>
<title>Removed django.contrib.databrowse.</title>
<updated>2012-12-29T20:58:12Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-12-24T21:46:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=052271168bc8f46c64451340d39682d5efdef9b6'/>
<id>urn:sha1:052271168bc8f46c64451340d39682d5efdef9b6</id>
<content type='text'>
RIP -- you served us well.
</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] Fixed access to dict keys/values/items.</title>
<updated>2012-08-07T10:00:22Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T19:14:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ee191715eae73362768184aa95206cf61bac5d38'/>
<id>urn:sha1:ee191715eae73362768184aa95206cf61bac5d38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed various unnecessary instances of mark_safe applied to URLs</title>
<updated>2012-07-03T21:20:12Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-07-02T23:33:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b0eee0ba4bcc15c767a64794caff9d233f12a5d5'/>
<id>urn:sha1:b0eee0ba4bcc15c767a64794caff9d233f12a5d5</id>
<content type='text'>
Also fixed some test breakages introduced in last commit
</content>
</entry>
<entry>
<title>Changed a lot of internal code to use 'format_html' where appropriate/possible</title>
<updated>2012-07-03T21:20:12Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-07-02T23:31:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a92e7f37c4ae84b6b8d8016cc6783211e9047219'/>
<id>urn:sha1:a92e7f37c4ae84b6b8d8016cc6783211e9047219</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 `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin von Löwis.</title>
<updated>2011-09-09T19:33:40Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-09-09T19:33:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb590bfa9bfdeb622677187552cae707f379c7b1'/>
<id>urn:sha1:fb590bfa9bfdeb622677187552cae707f379c7b1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16740 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15717 -- Updated databrowse to use class-based generic date views. Thanks to aaugustin for the report and draft patch</title>
<updated>2011-04-02T13:55:03Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-04-02T13:55:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=74f7ad32a51c7bf9e013f1865e4039ac07fd71b9'/>
<id>urn:sha1:74f7ad32a51c7bf9e013f1865e4039ac07fd71b9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16002 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This will be slightly faster in certain circumstances, but more importantly, is a required step for migration to Python 3. Thanks to Martin van Loewis for the patch.</title>
<updated>2010-08-06T16:31:44Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-06T16:31:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c4b6edf3b8b647e7ef43f1ba49a310fb93468919'/>
<id>urn:sha1:c4b6edf3b8b647e7ef43f1ba49a310fb93468919</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12443 - Don't use thousand separators on year numbers.</title>
<updated>2010-01-01T21:40:19Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-01-01T21:40:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f45ac2ff1872ca49295fb27c4e99fcb4c25d0af0'/>
<id>urn:sha1:f45ac2ff1872ca49295fb27c4e99fcb4c25d0af0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
