<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/model_forms_regress/tests.py, branch archive/soc2010/app-loading</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-09-13T00:04:27Z</updated>
<entry>
<title>[soc2010/app-loading] merged trunk</title>
<updated>2010-09-13T00:04:27Z</updated>
<author>
<name>Arthur Koziel</name>
<email>arthur@arthurkoziel.com</email>
</author>
<published>2010-09-13T00:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dd49269c7db008b2567f50cb03c4d3d9b321daa1'/>
<id>urn:sha1:dd49269c7db008b2567f50cb03c4d3d9b321daa1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11183 - BaseForm init leaves pointers pointing back to base_fields</title>
<updated>2010-03-08T23:55:04Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2010-03-08T23:55:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48cd8e856fa027e0e699e5a5ed7e3eb8f8450abb'/>
<id>urn:sha1:48cd8e856fa027e0e699e5a5ed7e3eb8f8450abb</id>
<content type='text'>
Thanks to margieroginski for the report



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Removed a stray print from [12690]. Thanks for catching that, apollo13.</title>
<updated>2010-03-06T19:01:47Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-03-06T19:01:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=90616a77f0e7850ccb830d7d8533640f4dbf99db'/>
<id>urn:sha1:90616a77f0e7850ccb830d7d8533640f4dbf99db</id>
<content type='text'>
Just running up the commit count in less destructive ways than jacob. Move along.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12960. The return value of ModelForm.clean() is now applied to the model. Thanks for the report, krejcik.</title>
<updated>2010-03-06T18:42:56Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-03-06T18:42:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b88f969789a5d69c770c25e1af9a2f4292184a6f'/>
<id>urn:sha1:b88f969789a5d69c770c25e1af9a2f4292184a6f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding against it in ModelForms. Thanks, andrewsk.</title>
<updated>2010-02-23T20:02:18Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-02-23T20:02:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6ba5fb37287ab88e2039d754e89788bb864ee123'/>
<id>urn:sha1:6ba5fb37287ab88e2039d754e89788bb864ee123</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12285. ModelForm raises a more informative error if it doesn't have a model class defined. Thanks, tobias.</title>
<updated>2010-02-23T14:59:30Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-02-23T14:59:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8da76ffeaa47547edb24f99a55f8c9e1a8986b90'/>
<id>urn:sha1:8da76ffeaa47547edb24f99a55f8c9e1a8986b90</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12698. Model.clean() used with a ModelForm no longer causes a KeyError when raising a ValidationError.</title>
<updated>2010-02-10T00:34:45Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-02-10T00:34:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8f4540b2e68d4b9143d38d8af197cb4b794821b4'/>
<id>urn:sha1:8f4540b2e68d4b9143d38d8af197cb4b794821b4</id>
<content type='text'>
Note that previously it was possible to raise a ValidationError in the same place with a message_dict attribute. That behavior was a bug and will no longer have the same behavior.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12596. Calling super from a ModelForm's clean method is once again optional. Failing to call super only skips unique validation as documented. Thanks for the initial patch and tests, carljm.</title>
<updated>2010-01-21T02:28:03Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-01-21T02:28:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=408d4310291cd1287f3dbc05aaeb5d205eba8751'/>
<id>urn:sha1:408d4310291cd1287f3dbc05aaeb5d205eba8751</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12215: Added len to ModelChoiceIterator.  Thanks Alex and Tobias.</title>
<updated>2009-12-13T17:46:52Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2009-12-13T17:46:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=125403ca972d4964691ee206acc6c28c0b3eab9d'/>
<id>urn:sha1:125403ca972d4964691ee206acc6c28c0b3eab9d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11149 -- Don't call save_form_data on file-type fields multiple times when saving a model form.</title>
<updated>2009-05-19T23:13:33Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2009-05-19T23:13:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c8625bde346d619befbdbb8a550368aa9b54b4d'/>
<id>urn:sha1:8c8625bde346d619befbdbb8a550368aa9b54b4d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
