<?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: Custom Django filters: displaying a date as &#8220;[time delta] ago&#8221;</title>
	<atom:link href="http://www.fsavard.com/flow/2009/02/custom-django-filters-displaying-a-date-as-time-delta%c2%a0ago/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fsavard.com/flow/2009/02/custom-django-filters-displaying-a-date-as-time-delta%c2%a0ago/</link>
	<description>Programming, personal knowledge management. Topics unstable.</description>
	<lastBuildDate>Thu, 03 Nov 2011 08:48:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ryan</title>
		<link>http://www.fsavard.com/flow/2009/02/custom-django-filters-displaying-a-date-as-time-delta%c2%a0ago/comment-page-1/#comment-6903</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 13 Sep 2009 20:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=16#comment-6903</guid>
		<description>I actually made a custom filter too, I just prefer being able to slap a single filter on a date object instead of having to put three on there.</description>
		<content:encoded><![CDATA[<p>I actually made a custom filter too, I just prefer being able to slap a single filter on a date object instead of having to put three on there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francois</title>
		<link>http://www.fsavard.com/flow/2009/02/custom-django-filters-displaying-a-date-as-time-delta%c2%a0ago/comment-page-1/#comment-6818</link>
		<dc:creator>francois</dc:creator>
		<pubDate>Thu, 19 Feb 2009 15:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=16#comment-6818</guid>
		<description>Well I knew of truncatewords but not of &#039;cut&#039;. I still have a lot to learn about Django :P (Clusterify is my first real project using it)

I posted this mostly because I like the multiple ways in which you can extend the framework.</description>
		<content:encoded><![CDATA[<p>Well I knew of truncatewords but not of &#8216;cut&#8217;. I still have a lot to learn about Django <img src='http://www.fsavard.com/flow/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  (Clusterify is my first real project using it)</p>
<p>I posted this mostly because I like the multiple ways in which you can extend the framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piramida</title>
		<link>http://www.fsavard.com/flow/2009/02/custom-django-filters-displaying-a-date-as-time-delta%c2%a0ago/comment-page-1/#comment-6817</link>
		<dc:creator>piramida</dc:creator>
		<pubDate>Thu, 19 Feb 2009 09:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=16#comment-6817</guid>
		<description>That’s a nice solution but I would go with a simpler approach like {{mydate&#124;timesince&#124;truncatewords:2&#124;cut(&quot;.&quot;)}}

Which is not as fool-proof in case timesince returns something malformed, though.</description>
		<content:encoded><![CDATA[<p>That’s a nice solution but I would go with a simpler approach like {{mydate|timesince|truncatewords:2|cut(&#8220;.&#8221;)}}</p>
<p>Which is not as fool-proof in case timesince returns something malformed, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piramida</title>
		<link>http://www.fsavard.com/flow/2009/02/custom-django-filters-displaying-a-date-as-time-delta%c2%a0ago/comment-page-1/#comment-6816</link>
		<dc:creator>piramida</dc:creator>
		<pubDate>Thu, 19 Feb 2009 09:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=16#comment-6816</guid>
		<description>That&#039;s a nice solution but I would go with a simpler approach like {{mydate&#124;timesince&#124;truncatewords:2}}

Which is not as full-proof in case timesince returns something malformed, though.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a nice solution but I would go with a simpler approach like {{mydate|timesince|truncatewords:2}}</p>
<p>Which is not as full-proof in case timesince returns something malformed, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

