<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/forms.py, branch 1.5.7</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5.7</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5.7'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-04-12T08:25:44Z</updated>
<entry>
<title>[1.5.x] Fixed #20211: Document backwards-incompatible change in BoundField.label_tag</title>
<updated>2013-04-12T08:25:44Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2013-04-06T14:04:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c49e64b66994ff25980d9d0d21ce3599b17cc4b'/>
<id>urn:sha1:9c49e64b66994ff25980d9d0d21ce3599b17cc4b</id>
<content type='text'>
Also cleaned up label escaping and consolidated the test suite regarding
label_tag.
Backport of ab686022f from master.
</content>
</entry>
<entry>
<title>[py3] Refactored __unicode__ to __str__.</title>
<updated>2012-08-12T12:44:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-12T10:32:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4a0b27838c815af87698920cc4db7d2afd6f05b'/>
<id>urn:sha1:d4a0b27838c815af87698920cc4db7d2afd6f05b</id>
<content type='text'>
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
</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>Fixed #5524 -- Do not remove cleaned_data when a form fails validation</title>
<updated>2012-08-04T12:22:23Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-08-04T12:17:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=121fd109de09ece4e263e508f9034df9b583da46'/>
<id>urn:sha1:121fd109de09ece4e263e508f9034df9b583da46</id>
<content type='text'>
cleaned_data is no longer deleted when form validation fails but only
contains the data that did validate.
Thanks to the various contributors to this patch (see ticket).
</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>[py3] Used six.with_metaclass wherever necessary.</title>
<updated>2012-07-22T07:29:52Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T19:20:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d11d45aad969be313b9e046d0d42b179a3fb6906'/>
<id>urn:sha1:d11d45aad969be313b9e046d0d42b179a3fb6906</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18572 - Python26 string format incompatibility</title>
<updated>2012-07-05T23:23:02Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2012-07-05T22:23:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8fdc56d2a6f7537cdd52272501af9e94cab96ed4'/>
<id>urn:sha1:8fdc56d2a6f7537cdd52272501af9e94cab96ed4</id>
<content type='text'>
Thanks to anonymous/AeroNotix for the report
</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>
</feed>
