<?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: Doing things with Django forms</title>
	<atom:link href="http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/</link>
	<description>Building Amazing Webapps</description>
	<lastBuildDate>Tue, 07 Sep 2010 19:52:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Nicola Culli</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-4165</link>
		<dc:creator>Nicola Culli</dc:creator>
		<pubDate>Fri, 09 Apr 2010 22:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-4165</guid>
		<description>&lt;p&gt;Hi, i tried that example and i didn&#039;t get one part working from the beginning, how come it doesn&#039;t work for me?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, i tried that example and i didn&#8217;t get one part working from the beginning, how come it doesn&#8217;t work for me?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-3531</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 20 Jan 2010 04:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-3531</guid>
		<description>&lt;p&gt;Foe no. 6, the definition of the class UserForm changes depending on which employee is involved.
if I just create an new instance of UserForm, how does Python know which definition to use?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Foe no. 6, the definition of the class UserForm changes depending on which employee is involved.
if I just create an new instance of UserForm, how does Python know which definition to use?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shabda</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-3424</link>
		<dc:creator>shabda</dc:creator>
		<pubDate>Sun, 17 Jan 2010 07:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-3424</guid>
		<description>&lt;p&gt;@geo: Thanks, updated  the posts.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@geo: Thanks, updated  the posts.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Digest for January 16th &#124; William Stearns</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-3422</link>
		<dc:creator>Weekly Digest for January 16th &#124; William Stearns</dc:creator>
		<pubDate>Sun, 17 Jan 2010 04:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-3422</guid>
		<description>&lt;p&gt;[...] Shared Shabda Raaj: Doing things with Django forms. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Shared Shabda Raaj: Doing things with Django forms. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: geo</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-3418</link>
		<dc:creator>geo</dc:creator>
		<pubDate>Sat, 16 Jan 2010 23:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-3418</guid>
		<description>&lt;p&gt;Hey, at the code snippet at number 4, shouldn&#039;t it be &quot;except User.DoesNotExist&quot; instead of &quot;User.DoesNotExist:&quot; ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, at the code snippet at number 4, shouldn&#8217;t it be &#8220;except User.DoesNotExist&#8221; instead of &#8220;User.DoesNotExist:&#8221; ?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nix</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-3416</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Sat, 16 Jan 2010 17:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-3416</guid>
		<description>&lt;p&gt;I like Django! Thanks for info about this&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I like Django! Thanks for info about this</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shabda</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-3391</link>
		<dc:creator>shabda</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-3391</guid>
		<description>&lt;p&gt;Dave:&lt;/p&gt;

&lt;p&gt;I dont think you can use formset for that, you should use the second method, and set prefixes manually, eg
&lt;code&gt;&lt;/p&gt;

&lt;p&gt;for question in survey.questions.all():
   qform = SurveyForm(survey, prefix = question.slug)
   if questions.is_optional:
     qform.set_optional()&lt;/p&gt;

&lt;p&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Etc&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dave:</p>

<p>I dont think you can use formset for that, you should use the second method, and set prefixes manually, eg
<code></code></p>

<p>for question in survey.questions.all():
   qform = SurveyForm(survey, prefix = question.slug)
   if questions.is_optional:
     qform.set_optional()</p>

<p></p>

<p>Etc</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-3385</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-3385</guid>
		<description>&lt;p&gt;Thanks for this post. Very helpful!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this post. Very helpful!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-3380</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-3380</guid>
		<description>&lt;p&gt;Cool post. Thanks. Suggestion for future post: How to use static values in a formset. For example display a list view of items, but with an enable/disable check box on each item. I tried using a formset containing a BooleanField, but could not figure out how to add static fields to it. And for extra credit, update check box value via AJAX.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Cool post. Thanks. Suggestion for future post: How to use static values in a formset. For example display a list view of items, but with an enable/disable check box on each item. I tried using a formset containing a BooleanField, but could not figure out how to add static fields to it. And for extra credit, update check box value via AJAX.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/comment-page-1/#comment-3375</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=881#comment-3375</guid>
		<description>&lt;p&gt;Nice round up of use cases and solutions. This is a good reference for noobs and experienced Django devs. Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice round up of use cases and solutions. This is a good reference for noobs and experienced Django devs. Thanks.</p>]]></content:encoded>
	</item>
</channel>
</rss>
