<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/forms, branch 1.4.7</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.4.7</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.4.7'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-19T17:37:54Z</updated>
<entry>
<title>[1.4.x] Added a default limit to the maximum number of forms in a formset.</title>
<updated>2013-02-19T17:37:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-02-12T10:22:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0cc350a896f70ace18280410eb616a9197d862b0'/>
<id>urn:sha1:0cc350a896f70ace18280410eb616a9197d862b0</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>[1.4.x] Fixed #17976 -- Made forms.BooleanField pickleable.</title>
<updated>2012-05-08T21:20:05Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-04-29T12:25:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a3c8201b77002645f86c39f978fe132cb2dbab14'/>
<id>urn:sha1:a3c8201b77002645f86c39f978fe132cb2dbab14</id>
<content type='text'>
Backport of 9350d1d59c1a4e6a9ac246a808f55da35de0df69 from master.

This was a regression in Django 1.4.
Thanks bronger for the report and claudep for the patch.
</content>
</entry>
<entry>
<title>Fixed #17542 -- Gracefully handle errors when checking if the values of a SelectDateWidget has changed if it's not required. Thanks, pigletto.</title>
<updated>2012-02-04T16:05:58Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-02-04T16:05:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=56d787df99a923cf96d02f9cd07ca8d383dbc028'/>
<id>urn:sha1:56d787df99a923cf96d02f9cd07ca8d383dbc028</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14184 -- Enabled running the validators in MultiValueFields. Thanks, paulcollins.</title>
<updated>2012-02-04T12:48:12Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-02-04T12:48:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c045d00dc37f4eb082e022ac12b659345413d7e'/>
<id>urn:sha1:9c045d00dc37f4eb082e022ac12b659345413d7e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17430 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and converted Django tests to use them where appropriate. Thanks Greg Müllegger.</title>
<updated>2012-01-31T20:36:11Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2012-01-31T20:36:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=844a24bbb97af663ebf8dbeab4499acafe105943'/>
<id>urn:sha1:844a24bbb97af663ebf8dbeab4499acafe105943</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed BoundField.subwidgets() to return SubWidget objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs)</title>
<updated>2011-12-07T23:08:27Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-07T23:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=08bec4fbc10ca5638ad22f20a753ec5e8d92eb0e'/>
<id>urn:sha1:08bec4fbc10ca5638ad22f20a753ec5e8d92eb0e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed typo in a test name in form tests</title>
<updated>2011-12-07T22:33:20Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-07T22:33:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0920165bc26bd55131462befc234ce7993a744ba'/>
<id>urn:sha1:0920165bc26bd55131462befc234ce7993a744ba</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Made BoundFields iterable, so that you can iterate over individual radio buttons of a RadioSelect in a template</title>
<updated>2011-12-07T22:31:39Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-07T22:31:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc90c09efdfbc029d43e6d4c0952ed6b49f6f34d'/>
<id>urn:sha1:fc90c09efdfbc029d43e6d4c0952ed6b49f6f34d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17114 -- Handled integer values 0 and 1 for checkboxes like other integer values, not like False and True.</title>
<updated>2011-11-21T10:11:06Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2011-11-21T10:11:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=19e54084dc7d85d0bf190e0d79575126c5d29a50'/>
<id>urn:sha1:19e54084dc7d85d0bf190e0d79575126c5d29a50</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15912 -- Ensured that `forms.CharField.widget_attrs()` always returns a dictionary. Thanks to tsabi and rubyruy for the report and to mmcnickle and prestontimmons for the patch.</title>
<updated>2011-11-15T09:36:08Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2011-11-15T09:36:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a6ccc8cc06e6b304e35f7a16f6067e6fa09b63ce'/>
<id>urn:sha1:a6ccc8cc06e6b304e35f7a16f6067e6fa09b63ce</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
