<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/widgets.py, branch 1.5.9</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5.9</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5.9'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-12-31T09:24:48Z</updated>
<entry>
<title>[1.5.x] Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' string</title>
<updated>2012-12-31T09:24:48Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-31T09:18:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=814c3b2e2a8da001af38f679ed2334239150a975'/>
<id>urn:sha1:814c3b2e2a8da001af38f679ed2334239150a975</id>
<content type='text'>
Thanks dibrovsd@gmail.com for the report.
Backport of d11038acb2 from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #8627 -- Prevented textareas to swallow first newline content</title>
<updated>2012-11-05T19:56:25Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-11-05T19:27:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a23c9c48a81e8efadeeb91d1403c9d797a348fe7'/>
<id>urn:sha1:a23c9c48a81e8efadeeb91d1403c9d797a348fe7</id>
<content type='text'>
Browsers consider the first newline in textareas as some display
artifact, not real content. Hence they are not sending it back to
the server. If we want to keep initial newlines, we have to add one
when we render the textarea.
Thanks bastih for the report and initial patch.

Backport of 78f66691ee from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #16820 -- Treated '0' value as True for checkbox inputs</title>
<updated>2012-10-26T18:48:57Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-10-26T18:44:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fbb664066f8970279af020cf163cb364156290c3'/>
<id>urn:sha1:fbb664066f8970279af020cf163cb364156290c3</id>
<content type='text'>
Thanks Dan Fairs for the report and the initial patch.

Backport of be29329cc from master.
</content>
</entry>
<entry>
<title>Document and test 'type' usage in Widget attrs</title>
<updated>2012-09-10T17:31:11Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-10T17:21:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f1bdfbd24bcc76d21c4bf7442959bdf630ac4dec'/>
<id>urn:sha1:f1bdfbd24bcc76d21c4bf7442959bdf630ac4dec</id>
<content type='text'>
Refs #16630.
</content>
</entry>
<entry>
<title>Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch.</title>
<updated>2012-09-07T18:37:21Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@rd.io</email>
</author>
<published>2012-09-07T18:37:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a5a12ea3e3193b3658b9237b86d98bc37d668d7'/>
<id>urn:sha1:6a5a12ea3e3193b3658b9237b86d98bc37d668d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18791: [py3] Double import of six in django.forms.widgets</title>
<updated>2012-08-18T15:17:42Z</updated>
<author>
<name>Alexey Boriskin</name>
<email>sun.void@gmail.com</email>
</author>
<published>2012-08-18T15:17:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=abc4038b0b47e41bb2d75a37944bbb1699806922'/>
<id>urn:sha1:abc4038b0b47e41bb2d75a37944bbb1699806922</id>
<content type='text'>
</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 #15754 -- avoid recursively computing the tree of media widgets more times than is necessary for a wiget</title>
<updated>2012-08-06T14:59:59Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2012-08-06T14:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ede49c7ee03dd1519d0c375d953cb73e106837b6'/>
<id>urn:sha1:ede49c7ee03dd1519d0c375d953cb73e106837b6</id>
<content type='text'>
</content>
</entry>
</feed>
