<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/forms, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddressField</title>
<updated>2013-02-23T13:44:57Z</updated>
<author>
<name>Erik Romijn</name>
<email>eromijn@solidlinks.nl</email>
</author>
<published>2013-02-23T13:44:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21f333bcefccc151d6439246f8203d609ab6ca79'/>
<id>urn:sha1:21f333bcefccc151d6439246f8203d609ab6ca79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19686 -- Added HTML5 number input type</title>
<updated>2013-02-23T09:18:08Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-23T08:45:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ec2a21be15af5b2c7513482c3bcfdd1e12782ed'/>
<id>urn:sha1:7ec2a21be15af5b2c7513482c3bcfdd1e12782ed</id>
<content type='text'>
Thanks Simon Charette for his help on the patch. Refs #16630.
</content>
</entry>
<entry>
<title>Added a default limit to the maximum number of forms in a formset.</title>
<updated>2013-02-19T18:23:30Z</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=35c991aa06aa34fa458f01eac49275ff4c2d76f9'/>
<id>urn:sha1:35c991aa06aa34fa458f01eac49275ff4c2d76f9</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>Added HTML5 url input type</title>
<updated>2013-01-28T21:11:00Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-28T13:24:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f7394d2c32b4b4717066f254adaa513d08ab32a4'/>
<id>urn:sha1:f7394d2c32b4b4717066f254adaa513d08ab32a4</id>
<content type='text'>
Refs #16630.
</content>
</entry>
<entry>
<title>Added HTML5 email input type</title>
<updated>2013-01-28T21:10:50Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-28T13:12:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4f16376274a4e52074722c615fccef5fac5f009a'/>
<id>urn:sha1:4f16376274a4e52074722c615fccef5fac5f009a</id>
<content type='text'>
Refs #16630.
</content>
</entry>
<entry>
<title>Fixed #16123 -- Ensured strptime receive proper string type</title>
<updated>2013-01-26T19:53:09Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-26T19:49:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4b3f7110ae1e9ef7862c67a38431780080f0062c'/>
<id>urn:sha1:4b3f7110ae1e9ef7862c67a38431780080f0062c</id>
<content type='text'>
strptime generates an UnicodeEncodeError when using a non-ascii
unicode string on Python 2.
</content>
</entry>
<entry>
<title>Moved has_changed logic from widget to form field</title>
<updated>2013-01-25T19:50:46Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-25T19:50:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ebb504db692cac496f4f45762d1d14644c9fa6fa'/>
<id>urn:sha1:ebb504db692cac496f4f45762d1d14644c9fa6fa</id>
<content type='text'>
Refs #16612. Thanks Aymeric Augustin for the suggestion.
</content>
</entry>
<entry>
<title>Fixed #19581 -- ensure unique html ids with CheckboxSelectMultiple widgets</title>
<updated>2013-01-10T00:06:56Z</updated>
<author>
<name>Loic Raucy</name>
<email>lraucy@multiposting.fr</email>
</author>
<published>2013-01-09T09:07:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62f842e2e568c87387e3da3ab76600bd0aab3e95'/>
<id>urn:sha1:62f842e2e568c87387e3da3ab76600bd0aab3e95</id>
<content type='text'>
ID check is now done the same way as MultipleHiddenInput.
</content>
</entry>
<entry>
<title>Fixed #19545 -- Make sure media/is_multipart work with empty formsets</title>
<updated>2013-01-03T14:16:23Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2013-01-03T14:13:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3fc43c964ef7ab52261ec3a164d66b19f06f5cea'/>
<id>urn:sha1:3fc43c964ef7ab52261ec3a164d66b19f06f5cea</id>
<content type='text'>
</content>
</entry>
</feed>
