<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/generic_inline_admin, 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-23T17:14:50Z</updated>
<entry>
<title>Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.</title>
<updated>2010-02-23T17:14:50Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-02-23T17:14:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2d5582c53f9b667f482842cbb3213db91d35d5e'/>
<id>urn:sha1:f2d5582c53f9b667f482842cbb3213db91d35d5e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<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 #12577. Reverted some changes from [12098] since [12206] made them unneccessary. Also, added a test for using generic inlines with unique_together. Thanks for the report, Raffaele Salmaso.</title>
<updated>2010-01-21T01:40:21Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-01-21T01:40:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=856a39e841080abc34e8ae3bb2b20f780c33762d'/>
<id>urn:sha1:856a39e841080abc34e8ae3bb2b20f780c33762d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1142 -- Added multiple database support.</title>
<updated>2009-12-22T15:18:51Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-12-22T15:18:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8'/>
<id>urn:sha1:ff60c5f9de3e8690d1e86f3e9e3f7248a15397c8</id>
<content type='text'>
This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project.
Congratulations to Alex for a job well done.

Big thanks also go to:
 * Justin Bronn for keeping GIS in line with the changes,
 * Karen Tracey and Jani Tiainen for their help testing Oracle support
 * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback.
 * Malcolm Treddinick for his guidance during the GSoC submission process.
 * Simon Willison for driving the original design process
 * Cal Henderson for complaining about ponies he wanted.

... and everyone else too numerous to mention that helped to bring this feature into fruition.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12393 -- Parameterized the form output in the testGenericInlineFormset test to avoid database PK problems. Thanks to Karen for the report.</title>
<updated>2009-12-17T23:47:45Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-12-17T23:47:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f96f63056bfe5ee799b82fe808c2e84286b7a302'/>
<id>urn:sha1:f96f63056bfe5ee799b82fe808c2e84286b7a302</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormSet in r11874.</title>
<updated>2009-12-17T07:27:26Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-12-17T07:27:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd4cc65baf7055e7815513756a3d3f6940c1d2ab'/>
<id>urn:sha1:fd4cc65baf7055e7815513756a3d3f6940c1d2ab</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12367 -- Modified test urls to avoid the DeprecationWarning caused by old-style admin inclusions. Thanks to Travis Cline for the patch.</title>
<updated>2009-12-14T11:19:40Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-12-14T11:19:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a235050b6ec6b7bd1cb0f42c765849d97ccd52b'/>
<id>urn:sha1:5a235050b6ec6b7bd1cb0f42c765849d97ccd52b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordered queryset.</title>
<updated>2009-12-09T03:49:25Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2009-12-09T03:49:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=81dd5c247366986339c9c22c058e8b0864392cd1'/>
<id>urn:sha1:81dd5c247366986339c9c22c058e8b0864392cd1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed the tests from [9438] to work consistantly across databases. In particular, it was failing on newer versions of PostgreSQL after [10586].</title>
<updated>2009-04-22T22:38:14Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-22T22:38:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6d1837a8bf31e23209c57155e402ad11debbf511'/>
<id>urn:sha1:6d1837a8bf31e23209c57155e402ad11debbf511</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks, Alex Robbins.</title>
<updated>2009-04-18T20:12:53Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-04-18T20:12:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a075422bfc433d196b2fd1e64b8c8b9dbbf32591'/>
<id>urn:sha1:a075422bfc433d196b2fd1e64b8c8b9dbbf32591</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
