<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/databrowse/plugins/fieldchoices.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<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>[py3] Updated urllib/urllib2/urlparse imports.</title>
<updated>2012-07-22T07:29:55Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T13:36:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0d914d08a0d7b5a1521f498a8047971fe6cd61e7'/>
<id>urn:sha1:0d914d08a0d7b5a1521f498a8047971fe6cd61e7</id>
<content type='text'>
Lots of functions were moved. Use explicit imports in all cases
to keey it easy to identify where the functions come from.
</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 #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 #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien</title>
<updated>2008-07-22T03:24:09Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2008-07-22T03:24:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=29f0e8182f49e2927ae46e748d09d0672d4fc127'/>
<id>urn:sha1:29f0e8182f49e2927ae46e748d09d0672d4fc127</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
