<?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: Creating a default DATETIME_FORMAT filter for django</title>
	<atom:link href="http://www.mikechambers.com/blog/2008/05/02/creating-a-default-datetime_format-filter-for-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2008/05/02/creating-a-default-datetime_format-filter-for-django/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: jb0t</title>
		<link>http://www.mikechambers.com/blog/2008/05/02/creating-a-default-datetime_format-filter-for-django/comment-page-1/#comment-15209</link>
		<dc:creator>jb0t</dc:creator>
		<pubDate>Fri, 05 Dec 2008 20:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1238#comment-15209</guid>
		<description>{% item.created_date&#124;default_datetime%}

no.  thats a tag  not a filter on a template variable.

{{item.created_date&#124;default_datetime}}</description>
		<content:encoded><![CDATA[<p>{% item.created_date|default_datetime%}</p>
<p>no.  thats a tag  not a filter on a template variable.</p>
<p>{{item.created_date|default_datetime}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Güttler</title>
		<link>http://www.mikechambers.com/blog/2008/05/02/creating-a-default-datetime_format-filter-for-django/comment-page-1/#comment-12645</link>
		<dc:creator>Thomas Güttler</dc:creator>
		<pubDate>Fri, 04 Jul 2008 09:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1238#comment-12645</guid>
		<description>Why does the template engine not use DATETIME_FORMAT per default?</description>
		<content:encoded><![CDATA[<p>Why does the template engine not use DATETIME_FORMAT per default?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

