<?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: Python Web Framework Series – Pylons: Part 4 Introduction For Database Support With SQL Alchemy.</title>
	<atom:link href="http://lostechies.com/ryansvihla/2009/06/29/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/ryansvihla/2009/06/29/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy/</link>
	<description>The small minded meanderings of the confused</description>
	<lastBuildDate>Mon, 15 Apr 2013 15:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2009/06/29/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy/#comment-38</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Sat, 01 Aug 2009 20:40:37 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/28/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy.aspx#comment-38</guid>
		<description>@Roland

indentation is just a goofiness of the blog editor (sometimes when copy and pasting is is not able to keep it all consistent).

</description>
		<content:encoded><![CDATA[<p>@Roland</p>
<p>indentation is just a goofiness of the blog editor (sometimes when copy and pasting is is not able to keep it all consistent).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Buresund</title>
		<link>http://lostechies.com/ryansvihla/2009/06/29/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy/#comment-37</link>
		<dc:creator>Roland Buresund</dc:creator>
		<pubDate>Sat, 01 Aug 2009 20:33:23 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/28/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy.aspx#comment-37</guid>
		<description>The line
    post.author =users.get_current_user(self)
should probably be (in light of discussion on previous part):
   post.author = user.get_current_user(self)

Also, strange indentation on:
        c.username = thread.posts[0].author
and
        return render(&#039;submitnewthread.mako&#039;)</description>
		<content:encoded><![CDATA[<p>The line<br />
    post.author =users.get_current_user(self)<br />
should probably be (in light of discussion on previous part):<br />
   post.author = user.get_current_user(self)</p>
<p>Also, strange indentation on:<br />
        c.username = thread.posts[0].author<br />
and<br />
        return render(&#8216;submitnewthread.mako&#8217;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
