<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Collin Grady</title>
	<atom:link href="http://collingrady.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://collingrady.wordpress.com</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>Comment on Useful form tricks in Django 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>Comment on Useful form tricks in Django 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>Comment on Useful form tricks in Django 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>Comment on Useful form tricks in Django 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>Comment on mod_python versus mod_wsgi by Alex Popescu (aka the_mindstorm)</title>
		<link>http://collingrady.wordpress.com/2009/01/06/mod_python-versus-mod_wsgi/#comment-523</link>
		<dc:creator>Alex Popescu (aka the_mindstorm)</dc:creator>
		<pubDate>Fri, 20 Mar 2009 23:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.wordpress.com/?p=123#comment-523</guid>
		<description>You&#039;re absolutely right! I&#039;ve lost it from sight, when it actually is the elephant in the room.</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right! I&#8217;ve lost it from sight, when it actually is the elephant in the room.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod_python versus mod_wsgi by Collin</title>
		<link>http://collingrady.wordpress.com/2009/01/06/mod_python-versus-mod_wsgi/#comment-522</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Fri, 20 Mar 2009 18:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://collingrady.wordpress.com/?p=123#comment-522</guid>
		<description>But it isn&#039;t just httpd processes - it&#039;s mod_python being so much worse.

You&#039;re focusing on httpd vs wsgi process instead of what matters :p</description>
		<content:encoded><![CDATA[<p>But it isn&#8217;t just httpd processes &#8211; it&#8217;s mod_python being so much worse.</p>
<p>You&#8217;re focusing on httpd vs wsgi process instead of what matters :p</p>
]]></content:encoded>
	</item>
</channel>
</rss>
