<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/model_forms/tests.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<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>Fixed #18829 -- Fixed ModelChoiceIterator length</title>
<updated>2013-02-23T21:27:07Z</updated>
<author>
<name>Klaas van Schelven</name>
<email>klaas@vanschelven.com</email>
</author>
<published>2013-02-23T19:11:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1c11ee63459c4362affbd6a20f2ddf9c2ecd8dce'/>
<id>urn:sha1:1c11ee63459c4362affbd6a20f2ddf9c2ecd8dce</id>
<content type='text'>
Thanks facundo.olano at gmail.com for the report and thikonom for
the initial patch.
</content>
</entry>
<entry>
<title>Fixed #15877 -- Improved exception when ModelForm has no model class</title>
<updated>2013-02-23T17:32:29Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-23T17:29:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cc53d9b30bd73c12413c28101d5db9f9f4df517c'/>
<id>urn:sha1:cc53d9b30bd73c12413c28101d5db9f9f4df517c</id>
<content type='text'>
Thanks theaspect at gmail.com for the report and volrath for the
patch.
</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>Fixed autopk issue in tests</title>
<updated>2012-12-29T14:25:24Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-12-29T14:25:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ba4331f1775ef4dd2895b3592092973e24db3c25'/>
<id>urn:sha1:ba4331f1775ef4dd2895b3592092973e24db3c25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceField</title>
<updated>2012-12-19T20:51:12Z</updated>
<author>
<name>Patryk Zawadzki</name>
<email>patrys@room-303.com</email>
</author>
<published>2012-12-19T18:12:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3989ce52ef78840eefe01541628daa220191c0ad'/>
<id>urn:sha1:3989ce52ef78840eefe01541628daa220191c0ad</id>
<content type='text'>
Thanks to Patryk Zawadzki for the patch.
</content>
</entry>
<entry>
<title>Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering</title>
<updated>2012-12-13T11:33:11Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-12-13T11:33:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=088d3bc2f84b6b68fee7e5de053b58049bd110e7'/>
<id>urn:sha1:088d3bc2f84b6b68fee7e5de053b58049bd110e7</id>
<content type='text'>
If there are more than one values to compare against and the qs isn't
ordered then assertQuerysetEqual will raise a ValueError.
</content>
</entry>
<entry>
<title>Removed US localflavor-specific tests from core</title>
<updated>2012-12-08T20:07:59Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-08T19:58:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8248d1402982041490b5d6bb45514ffdba0e18d3'/>
<id>urn:sha1:8248d1402982041490b5d6bb45514ffdba0e18d3</id>
<content type='text'>
Also fixes #9045.
</content>
</entry>
<entry>
<title>Fixed #19357 -- Allow non-ASCII chars in filesystem paths</title>
<updated>2012-12-08T10:13:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-08T10:13:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c91667338a4e774e2819ccf4da852dc7b759bc19'/>
<id>urn:sha1:c91667338a4e774e2819ccf4da852dc7b759bc19</id>
<content type='text'>
Thanks kujiu for the report and Aymeric Augustin for the review.
</content>
</entry>
<entry>
<title>Fixed #18949 -- Fix broken test interactions in ModelForms tests</title>
<updated>2012-11-05T02:43:11Z</updated>
<author>
<name>Anton I. Sipos</name>
<email>aisipos@gmail.com</email>
</author>
<published>2012-11-05T02:23:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fdea2621cd3f3de472afaab7aa7152a1dc4f505c'/>
<id>urn:sha1:fdea2621cd3f3de472afaab7aa7152a1dc4f505c</id>
<content type='text'>
A test in Model Forms test was specifically referring to a fixed
primary key, which was now being used up in a newly committed.
This has been worked around by specifying a higher primary
key.
</content>
</entry>
</feed>
