<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Useful form tricks in Django</title>
	<atom:link href="http://collingrady.wordpress.com/2008/07/24/useful-form-tricks-in-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://collingrady.wordpress.com/2008/07/24/useful-form-tricks-in-django/</link>
	<description></description>
	<lastBuildDate>Wed, 22 Apr 2009 23:25:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: justhamade</title>
		<link>http://collingrady.wordpress.com/2008/07/24/useful-form-tricks-in-django/#comment-527</link>
		<dc:creator>justhamade</dc:creator>
		<pubDate>Wed, 22 Apr 2009 23:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.wordpress.com/?p=87#comment-527</guid>
		<description>I was looking all over for something like this, thanks!</description>
		<content:encoded><![CDATA[<p>I was looking all over for something like this, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://collingrady.wordpress.com/2008/07/24/useful-form-tricks-in-django/#comment-526</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Fri, 17 Apr 2009 19:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.wordpress.com/?p=87#comment-526</guid>
		<description>You would only have to change it if you used a CharField with the username for the &#039;owner&#039; field for some god awful reason - it should be a ForeignKey to User</description>
		<content:encoded><![CDATA[<p>You would only have to change it if you used a CharField with the username for the &#8216;owner&#8217; field for some god awful reason &#8211; it should be a ForeignKey to User</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessy</title>
		<link>http://collingrady.wordpress.com/2008/07/24/useful-form-tricks-in-django/#comment-525</link>
		<dc:creator>Jessy</dc:creator>
		<pubDate>Fri, 17 Apr 2009 19:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.wordpress.com/?p=87#comment-525</guid>
		<description>thanks for your post-- #2 was also really helpful for me. FWIW, i dont know if this is a change is django implementation or not, but i had to explicitly call my form with request.user.username, since request.user is the entire user object (which still prints as &#039;username&#039; because presumably it has the __unicode__ method defined). 

anyway, many thanks!</description>
		<content:encoded><![CDATA[<p>thanks for your post&#8211; #2 was also really helpful for me. FWIW, i dont know if this is a change is django implementation or not, but i had to explicitly call my form with request.user.username, since request.user is the entire user object (which still prints as &#8216;username&#8217; because presumably it has the __unicode__ method defined). </p>
<p>anyway, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bastula</title>
		<link>http://collingrady.wordpress.com/2008/07/24/useful-form-tricks-in-django/#comment-524</link>
		<dc:creator>bastula</dc:creator>
		<pubDate>Sat, 28 Mar 2009 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.wordpress.com/?p=87#comment-524</guid>
		<description>This helped me out immensely! Thanks for posting this. I did not think to override the field in the init method, unlike suggested in the Django docs.</description>
		<content:encoded><![CDATA[<p>This helped me out immensely! Thanks for posting this. I did not think to override the field in the init method, unlike suggested in the Django docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darkdigger</title>
		<link>http://collingrady.wordpress.com/2008/07/24/useful-form-tricks-in-django/#comment-517</link>
		<dc:creator>darkdigger</dc:creator>
		<pubDate>Thu, 05 Mar 2009 07:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.wordpress.com/?p=87#comment-517</guid>
		<description>Thank you so much! I was about to manually create a form, and I stumbled upon your page. Tip #2 is a life saver. It should be front and center in the django documentation.

Thank you for your help!

-Arash</description>
		<content:encoded><![CDATA[<p>Thank you so much! I was about to manually create a form, and I stumbled upon your page. Tip #2 is a life saver. It should be front and center in the django documentation.</p>
<p>Thank you for your help!</p>
<p>-Arash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wehttam84</title>
		<link>http://collingrady.wordpress.com/2008/07/24/useful-form-tricks-in-django/#comment-512</link>
		<dc:creator>wehttam84</dc:creator>
		<pubDate>Fri, 10 Oct 2008 12:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.wordpress.com/?p=87#comment-512</guid>
		<description>Is it possible then to use this to overwrite a form in the admin?</description>
		<content:encoded><![CDATA[<p>Is it possible then to use this to overwrite a form in the admin?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
