<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/forms, branch archive/soc2009/admin-ui</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fadmin-ui</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fadmin-ui'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-12-22T02:31:45Z</updated>
<entry>
<title>[soc2009/admin-ui] self.is_valid -&gt; self.is_valid()</title>
<updated>2009-12-22T02:31:45Z</updated>
<author>
<name>Zain Memon</name>
<email>zain@inzain.net</email>
</author>
<published>2009-12-22T02:31:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a2015262406ba0a1f5b76d935fe80d494ca5c33d'/>
<id>urn:sha1:a2015262406ba0a1f5b76d935fe80d494ca5c33d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/admin-ui@11936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/admin-ui] Fixing ticket #11682. Thanks to fredbartle for the patch.</title>
<updated>2009-12-22T01:28:58Z</updated>
<author>
<name>Zain Memon</name>
<email>zain@inzain.net</email>
</author>
<published>2009-12-22T01:28:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b2cdd0209df301285570b7678830c060d29c4d8'/>
<id>urn:sha1:7b2cdd0209df301285570b7678830c060d29c4d8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/admin-ui@11935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/admin-ui] Fix for ticket #11720: "When an OrderField is on an inline and there are empty inlines, saving throws an error"</title>
<updated>2009-08-16T05:55:58Z</updated>
<author>
<name>Zain Memon</name>
<email>zain@inzain.net</email>
</author>
<published>2009-08-16T05:55:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3a99684fe2bca8a3745943aee5bd480874dc51ce'/>
<id>urn:sha1:3a99684fe2bca8a3745943aee5bd480874dc51ce</id>
<content type='text'>
If the only things changed in an empty form are OrderField(s), it is treated as untouched.


git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/admin-ui@11462 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/admin-ui] Merging up to trunk svn:r11382 into my branch (this time from the right directory)</title>
<updated>2009-08-05T04:16:35Z</updated>
<author>
<name>Zain Memon</name>
<email>zain@inzain.net</email>
</author>
<published>2009-08-05T04:16:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ba47aebc6d88f64249faec8bad6239ae2998db89'/>
<id>urn:sha1:ba47aebc6d88f64249faec8bad6239ae2998db89</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/admin-ui@11400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/admin-ui] A far better way to implement adding inlines using javascript. Instead of handling all the prefix incrementing in Javascript and losing any default values, added a way to generate a template form that can be cloned every time a new inline is added.</title>
<updated>2009-07-02T07:19:44Z</updated>
<author>
<name>Zain Memon</name>
<email>zain@inzain.net</email>
</author>
<published>2009-07-02T07:19:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d2d63014552ee05c49384976d19696372dccd764'/>
<id>urn:sha1:d2d63014552ee05c49384976d19696372dccd764</id>
<content type='text'>
This is for stacked inlines. Support for tabular and selector inlines coming next. 


git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/admin-ui@11152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/admin-ui] Reordering tabular inlines, with support for other inlines coming next. </title>
<updated>2009-07-01T04:00:34Z</updated>
<author>
<name>Zain Memon</name>
<email>zain@inzain.net</email>
</author>
<published>2009-07-01T04:00:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f5bb5b5f981ef839bd0fe95c7d63485a7fa04d81'/>
<id>urn:sha1:f5bb5b5f981ef839bd0fe95c7d63485a7fa04d81</id>
<content type='text'>
On a model, add: 
order = models.OrderField()

On the model's TabularInline admin object, add:
order_field = 'order'



git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/admin-ui@11132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[soc2009/admin-ui] Merging trunk r10924 into my branch.</title>
<updated>2009-06-05T20:58:34Z</updated>
<author>
<name>Zain Memon</name>
<email>zain@inzain.net</email>
</author>
<published>2009-06-05T20:58:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82b25800cdb8be78e8cfc95cca41e01a418ecc9c'/>
<id>urn:sha1:82b25800cdb8be78e8cfc95cca41e01a418ecc9c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/admin-ui@10925 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>
<entry>
<title>Fixed #11120 -- Corrected handling of inlines attached to inherited classes, broken by r10756. Thanks to George Song and Michael Strickland for the simultaneous reports.</title>
<updated>2009-05-15T12:44:51Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-05-15T12:44:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a00be663112bc674f71492717f7bbbb35b922e42'/>
<id>urn:sha1:a00be663112bc674f71492717f7bbbb35b922e42</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10992: fixed a bug saving inlines with custom primary key fields. Thanks, Zain.</title>
<updated>2009-05-14T02:23:53Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-14T02:23:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e508bfd27f34fc753ae32cc1776251e2d7f36610'/>
<id>urn:sha1:e508bfd27f34fc753ae32cc1776251e2d7f36610</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10777 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
