<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms/forms.py, branch 1.6.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.6.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.6.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-01-10T13:33:58Z</updated>
<entry>
<title>[1.6.x] Fixed docstring typo in django/forms/forms.py.</title>
<updated>2014-01-10T13:33:58Z</updated>
<author>
<name>Marc Sibson</name>
<email>sibson@gmail.com</email>
</author>
<published>2014-01-10T04:31:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bd3af2ee642fc2885fdc641d3563f64bd345663d'/>
<id>urn:sha1:bd3af2ee642fc2885fdc641d3563f64bd345663d</id>
<content type='text'>
Backport of 81bb8d1220 from master
</content>
</entry>
<entry>
<title>[1.6.x] Ensured that BoundField.as_widget always returns properly localized fields.</title>
<updated>2013-09-21T20:58:18Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-09-21T20:54:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ece8d6521771635fb5e15d1093524b4f848608fa'/>
<id>urn:sha1:ece8d6521771635fb5e15d1093524b4f848608fa</id>
<content type='text'>
This is a follow-up to #18777 which improperly converted to strings in
prepare_value and as such caused regressions like #21074.

Refs #18777, #21074

Backport of 56743cf9e337826e4c615909570bb057142a6a7b from master.
</content>
</entry>
<entry>
<title>[1.6.x] Moved translator comment just above the target string</title>
<updated>2013-08-22T07:54:35Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-08-22T07:14:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff92a6eb5b87c65ca47568e0ca37df949e17feb2'/>
<id>urn:sha1:ff92a6eb5b87c65ca47568e0ca37df949e17feb2</id>
<content type='text'>
Backport of 8cd874298 from master.
</content>
</entry>
<entry>
<title>[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.</title>
<updated>2013-07-26T18:47:58Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-07-26T18:43:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dbbd2b1272e5a3ce7ab4b39b9a74f4ea725b104f'/>
<id>urn:sha1:dbbd2b1272e5a3ce7ab4b39b9a74f4ea725b104f</id>
<content type='text'>
Thanks CollinAnderson for the report.

Backport of 8676318d2d from master
</content>
</entry>
<entry>
<title>[1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translated</title>
<updated>2013-07-13T14:20:09Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-07-13T09:43:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=db33b25e8617185acbadb4ff04eaa4c37ae67dd6'/>
<id>urn:sha1:db33b25e8617185acbadb4ff04eaa4c37ae67dd6</id>
<content type='text'>
Thanks Tim Graham for the review.
Backport of 7557207983 from master.
</content>
</entry>
<entry>
<title>Fixed #20618 -- Fixed regression in `BoundField.label_tag`.</title>
<updated>2013-06-18T15:49:53Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2013-06-18T15:49:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3128f3d38d1db0bc01da9a4bf4be81119079d73a'/>
<id>urn:sha1:3128f3d38d1db0bc01da9a4bf4be81119079d73a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix</title>
<updated>2013-06-10T18:23:15Z</updated>
<author>
<name>Gabe Jackson</name>
<email>gabejackson@cxg.ch</email>
</author>
<published>2012-06-08T13:32:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=584bd14dcfdee9585fec7794d53ce120ea73d0bc'/>
<id>urn:sha1:584bd14dcfdee9585fec7794d53ce120ea73d0bc</id>
<content type='text'>
There was an inconsistency between how the label_tag for forms were
generated depending on which method was used: as_p, as_ul and as_table
contained code to append the label_suffix where as label_tag called on a
form field directly did NOT append the label_suffix. The code for
appending the label_suffix has been moved in to the label_tag code of
the field and the HTML generation code for as_p, as_ul and as_table now
calls this code as well.

This is a backwards incompatible change because users who have added the
label_suffix manually in their templates may now get double label_suffix
characters in their forms.
</content>
</entry>
<entry>
<title>Replaced `and...or...` constructs with PEP 308 conditional expressions.</title>
<updated>2013-05-27T02:47:50Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2013-05-27T02:47:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0fa8d43e742ee8b480d938a47836b5a3720c2677'/>
<id>urn:sha1:0fa8d43e742ee8b480d938a47836b5a3720c2677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #11725 -- Made possible to create widget label tag without "for"</title>
<updated>2013-05-25T13:31:07Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-05-25T13:18:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be0bab1bb8da80402248cd1fa22fd4cc09b34fe7'/>
<id>urn:sha1:be0bab1bb8da80402248cd1fa22fd4cc09b34fe7</id>
<content type='text'>
Thanks Denis Martinez for the report and initial patch, and
Sergey Kolosov for bringing the patch up to date.
</content>
</entry>
<entry>
<title>Fixed #18709 -- Check if initial_value is a callable</title>
<updated>2013-05-21T23:05:22Z</updated>
<author>
<name>Jeroen Dekkers</name>
<email>jeroen@dekkers.ch</email>
</author>
<published>2012-08-03T16:17:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d0788c277035727b7b070abd0f02d075acffc84f'/>
<id>urn:sha1:d0788c277035727b7b070abd0f02d075acffc84f</id>
<content type='text'>
In _get_changed_data, check if initial_value is a callable and call it
if it is.
</content>
</entry>
</feed>
