<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Making Django Newforms Useful</title>
	<atom:link href="http://www.davidcramer.net/code/111/making-django-newforms-useful.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/111/making-django-newforms-useful.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:59:12 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tim</title>
		<link>http://www.davidcramer.net/code/111/making-django-newforms-useful.html/comment-page-1#comment-19891</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 20 May 2008 21:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=111#comment-19891</guid>
		<description>You can order the fields in Newforms. Just add &quot;self.fields.keyOrder = [&#039;field1&#039;, &#039;field2&#039;, &#039;field3&#039;]&quot; to your form&#039;s __init__ function:

    def __init__(self, *args, **kwargs):
        super(MyForm, self).__init__(*args, **kwargs)
        self.fields.keyOrder = [&#039;field1&#039;, &#039;field2&#039;, &#039;field3&#039;]</description>
		<content:encoded><![CDATA[<p>You can order the fields in Newforms. Just add &#8220;self.fields.keyOrder = ['field1', 'field2', 'field3']&#8221; to your form&#8217;s __init__ function:</p>
<p>    def __init__(self, *args, **kwargs):<br />
        super(MyForm, self).__init__(*args, **kwargs)<br />
        self.fields.keyOrder = ['field1', 'field2', 'field3']</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zahari</title>
		<link>http://www.davidcramer.net/code/111/making-django-newforms-useful.html/comment-page-1#comment-19747</link>
		<dc:creator>Zahari</dc:creator>
		<pubDate>Fri, 04 Apr 2008 20:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=111#comment-19747</guid>
		<description>Both newforms.forms.BaseForm._html_output and your custom rendering function (which I guess is based on _html_output) need some refactoring to be more simple and easy to understand.

Ajax integration with newforms will be really appreciated.</description>
		<content:encoded><![CDATA[<p>Both newforms.forms.BaseForm._html_output and your custom rendering function (which I guess is based on _html_output) need some refactoring to be more simple and easy to understand.</p>
<p>Ajax integration with newforms will be really appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidcramer.net/code/111/making-django-newforms-useful.html/comment-page-1#comment-19688</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 28 Mar 2008 18:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=111#comment-19688</guid>
		<description>I think you misunderstood Bosco. These change&#039;s most likely won&#039;t go into trunk, at least not by my hand.</description>
		<content:encoded><![CDATA[<p>I think you misunderstood Bosco. These change&#8217;s most likely won&#8217;t go into trunk, at least not by my hand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zgoda</title>
		<link>http://www.davidcramer.net/code/111/making-django-newforms-useful.html/comment-page-1#comment-19687</link>
		<dc:creator>zgoda</dc:creator>
		<pubDate>Fri, 28 Mar 2008 09:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=111#comment-19687</guid>
		<description>Of these 5 points you listed, I think two (field ordering and rendering of individual fields) would be very nice to have for anyone who does any serious work with new forms.</description>
		<content:encoded><![CDATA[<p>Of these 5 points you listed, I think two (field ordering and rendering of individual fields) would be very nice to have for anyone who does any serious work with new forms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bosco</title>
		<link>http://www.davidcramer.net/code/111/making-django-newforms-useful.html/comment-page-1#comment-19686</link>
		<dc:creator>Bosco</dc:creator>
		<pubDate>Fri, 28 Mar 2008 07:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=111#comment-19686</guid>
		<description>Really good.

Please, could you inform the dates you are planning to put these changes in trunk?

Thanks</description>
		<content:encoded><![CDATA[<p>Really good.</p>
<p>Please, could you inform the dates you are planning to put these changes in trunk?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmhunter</title>
		<link>http://www.davidcramer.net/code/111/making-django-newforms-useful.html/comment-page-1#comment-19684</link>
		<dc:creator>jmhunter</dc:creator>
		<pubDate>Fri, 28 Mar 2008 02:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=111#comment-19684</guid>
		<description>Thank you.  I am glad I got into django before there was an option.  Makes things much simpler.

Best,
J</description>
		<content:encoded><![CDATA[<p>Thank you.  I am glad I got into django before there was an option.  Makes things much simpler.</p>
<p>Best,<br />
J</p>
]]></content:encoded>
	</item>
</channel>
</rss>
