<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/inline_formsets/tests.py, branch archive/soc2010/query-refactor</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-02-01T14:14:56Z</updated>
<entry>
<title>Fixed #12692 - Properly handle the extra clause of admin inline formsets. Also fixes #12703, second error.</title>
<updated>2010-02-01T14:14:56Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-02-01T14:14:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9555f2be9dc7c5cc1aeb3f4a047550ccd9b0cb2c'/>
<id>urn:sha1:9555f2be9dc7c5cc1aeb3f4a047550ccd9b0cb2c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev.</title>
<updated>2010-01-12T02:29:45Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-01-12T02:29:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f9853b2dc90f30317e0374396f08e3d142844d2'/>
<id>urn:sha1:2f9853b2dc90f30317e0374396f08e3d142844d2</id>
<content type='text'>
This reverts some admin and test changes from [12098] and also fixes #12507, #12520, #12552 and #12553.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merged soc2009/model-validation to trunk. Thanks, Honza!</title>
<updated>2010-01-05T03:56:19Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-01-05T03:56:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=471596fc1afcb9c6258d317c619eaf5fd394e797'/>
<id>urn:sha1:471596fc1afcb9c6258d317c619eaf5fd394e797</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10750: respect comment=False in inline formsets. Thanks, Koen Biermans.</title>
<updated>2009-05-08T09:59:46Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-08T09:59:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=614d881450983fa3678761f68aaf188c38a5a228'/>
<id>urn:sha1:614d881450983fa3678761f68aaf188c38a5a228</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Replace test use of assertTrue with failUnless.  No matter how many times we try, Python 2.3 still doesn't recognize assertTrue.</title>
<updated>2009-04-04T17:51:35Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2009-04-04T17:51:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb31cf37ff2bcb8432753f27c40998467d42585c'/>
<id>urn:sha1:bb31cf37ff2bcb8432753f27c40998467d42585c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10390 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed some silly assumptions about pk's that broke the test suite under postgresql.</title>
<updated>2009-04-01T22:16:34Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2009-04-01T22:16:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dc832d7753a0c65db5eca5ce0b2d046bd0d299e8'/>
<id>urn:sha1:dc832d7753a0c65db5eca5ce0b2d046bd0d299e8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Forms in model formsets and inline formsets can now be deleted even if they don't validate. Related to #9587.</title>
<updated>2009-03-31T19:55:20Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2009-03-31T19:55:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=15becf23a9e4c9b230745738d2d42f6ab8f0f031'/>
<id>urn:sha1:15becf23a9e4c9b230745738d2d42f6ab8f0f031</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
