<?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 5 Testing Models</title>
	<atom:link href="http://lostechies.com/ryansvihla/2009/07/02/python-web-framework-series-pylons-part-5-testing-models/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/ryansvihla/2009/07/02/python-web-framework-series-pylons-part-5-testing-models/</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: Roland Buresund</title>
		<link>http://lostechies.com/ryansvihla/2009/07/02/python-web-framework-series-pylons-part-5-testing-models/#comment-41</link>
		<dc:creator>Roland Buresund</dc:creator>
		<pubDate>Sat, 01 Aug 2009 21:41:45 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/07/02/python-web-framework-series-pylons-part-5-testing-models.aspx#comment-41</guid>
		<description>Your index.mako needs:
     &lt;%inherit file=&quot;/base.mako&quot;/&gt;
at the top to work</description>
		<content:encoded><![CDATA[<p>Your index.mako needs:<br />
     < %inherit file="/base.mako"/><br />
at the top to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2009/07/02/python-web-framework-series-pylons-part-5-testing-models/#comment-40</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Thu, 09 Jul 2009 11:23:25 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/07/02/python-web-framework-series-pylons-part-5-testing-models.aspx#comment-40</guid>
		<description>@Govind again excellent catch. I had meant to add that back to the previous article and had never gotten around to it.

I added the mapping to the previous article so hopefully its all correct now.</description>
		<content:encoded><![CDATA[<p>@Govind again excellent catch. I had meant to add that back to the previous article and had never gotten around to it.</p>
<p>I added the mapping to the previous article so hopefully its all correct now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Govind</title>
		<link>http://lostechies.com/ryansvihla/2009/07/02/python-web-framework-series-pylons-part-5-testing-models/#comment-39</link>
		<dc:creator>Govind</dc:creator>
		<pubDate>Thu, 09 Jul 2009 09:37:54 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/07/02/python-web-framework-series-pylons-part-5-testing-models.aspx#comment-39</guid>
		<description>Sorry Ryan - one more nitpick, unless we add datecreated column to the model - the query c.threads = thread_query.order_by(model.Thread.dateadded.desc()).limit(5).all() will not work.

So a fix needs to be _init_.py
sa.Column(&quot;dateadded&quot;, sa.types.TIMESTAMP(), default=now())
 for threads
</description>
		<content:encoded><![CDATA[<p>Sorry Ryan &#8211; one more nitpick, unless we add datecreated column to the model &#8211; the query c.threads = thread_query.order_by(model.Thread.dateadded.desc()).limit(5).all() will not work.</p>
<p>So a fix needs to be _init_.py<br />
sa.Column(&#8220;dateadded&#8221;, sa.types.TIMESTAMP(), default=now())<br />
 for threads</p>
]]></content:encoded>
	</item>
</channel>
</rss>
