<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/unicode.txt, branch 1.7b2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7b2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7b2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-04-21T17:20:46Z</updated>
<entry>
<title>[1.7.x] Corrected the section identifier for MySQL unicode reference.</title>
<updated>2014-04-21T17:20:46Z</updated>
<author>
<name>Matt Lauber</name>
<email>github@mklauber.com</email>
</author>
<published>2014-04-21T14:48:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0bd913a19cf0e7515834d6cb6d9e668840fecce5'/>
<id>urn:sha1:0bd913a19cf0e7515834d6cb6d9e668840fecce5</id>
<content type='text'>
Backport of b2514c02e1 from master
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 1.5</title>
<updated>2013-08-19T13:09:41Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-08-19T12:29:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b69c3e7758770dd632e1754c30714e91868e037'/>
<id>urn:sha1:7b69c3e7758770dd632e1754c30714e91868e037</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3.</title>
<updated>2013-07-03T12:44:03Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-07-03T12:44:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a679386c3924026f8558f9cd0164890a9461e2c'/>
<id>urn:sha1:8a679386c3924026f8558f9cd0164890a9461e2c</id>
<content type='text'>
Thanks garrison for the suggestion.
</content>
</entry>
<entry>
<title>Adapted uses of versionchanged/versionadded to the new form.</title>
<updated>2013-04-20T15:18:35Z</updated>
<author>
<name>Juan Catalano</name>
<email>jc@streema.com</email>
</author>
<published>2013-03-25T05:53:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78c842a3230f026ad678d243e5459cd6b314d99a'/>
<id>urn:sha1:78c842a3230f026ad678d243e5459cd6b314d99a</id>
<content type='text'>
Refs #20104.
</content>
</entry>
<entry>
<title>Fixed #19968 -- Dropped support for PostgreSQL &lt; 8.4.</title>
<updated>2013-03-18T20:16:29Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-17T10:45:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6197935152419f064911f7a26b70da32f31435c7'/>
<id>urn:sha1:6197935152419f064911f7a26b70da32f31435c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated a couple admonitions to use the warning directive.</title>
<updated>2013-02-19T16:31:41Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-02-19T16:31:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=00031b73bda7d910aa19876694ebb6778c4b3e70'/>
<id>urn:sha1:00031b73bda7d910aa19876694ebb6778c4b3e70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18974 - Warned against using models.permalink</title>
<updated>2012-11-22T21:08:51Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-11-20T12:15:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e3690d2309e64ce7b7ae4938d41544c25f29870'/>
<id>urn:sha1:0e3690d2309e64ce7b7ae4938d41544c25f29870</id>
<content type='text'>
Thanks dstufft for the draft patch.
</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>Fixed #18363 -- Added Python 3 compatibility layer.</title>
<updated>2012-06-07T16:36:53Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:36:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5e6ded2e58597fa324c550bad35a30ee630ce223'/>
<id>urn:sha1:5e6ded2e58597fa324c550bad35a30ee630ce223</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch
and Alex Gaynor, kezabelle, YorikSar for the review.
</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>
</feed>
