<?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: Django template filter: Show list of objects as table with fixed number of columns</title>
	<atom:link href="http://pedroassuncao.com/2009/09/django-template-filter-show-list-of-objects-as-table-with-fixed-number-of-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://pedroassuncao.com/2009/09/django-template-filter-show-list-of-objects-as-table-with-fixed-number-of-columns/</link>
	<description>Thoughts on technology, skydiving, life, the universe, you know, whatever comes to mind.</description>
	<lastBuildDate>Thu, 26 Aug 2010 09:02:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Pedro Assuncao</title>
		<link>http://pedroassuncao.com/2009/09/django-template-filter-show-list-of-objects-as-table-with-fixed-number-of-columns/comment-page-1/#comment-3150</link>
		<dc:creator>Pedro Assuncao</dc:creator>
		<pubDate>Fri, 14 May 2010 06:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://diffract.me/?p=414#comment-3150</guid>
		<description>No worries :)</description>
		<content:encoded><![CDATA[<p>No worries <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EJ</title>
		<link>http://pedroassuncao.com/2009/09/django-template-filter-show-list-of-objects-as-table-with-fixed-number-of-columns/comment-page-1/#comment-3147</link>
		<dc:creator>EJ</dc:creator>
		<pubDate>Fri, 14 May 2010 03:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://diffract.me/?p=414#comment-3147</guid>
		<description>Fantastic, thank you</description>
		<content:encoded><![CDATA[<p>Fantastic, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joshua</title>
		<link>http://pedroassuncao.com/2009/09/django-template-filter-show-list-of-objects-as-table-with-fixed-number-of-columns/comment-page-1/#comment-3012</link>
		<dc:creator>joshua</dc:creator>
		<pubDate>Thu, 29 Apr 2010 18:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://diffract.me/?p=414#comment-3012</guid>
		<description>Yay! Just what I needed. Thanks.</description>
		<content:encoded><![CDATA[<p>Yay! Just what I needed. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nocivus</title>
		<link>http://pedroassuncao.com/2009/09/django-template-filter-show-list-of-objects-as-table-with-fixed-number-of-columns/comment-page-1/#comment-833</link>
		<dc:creator>nocivus</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://diffract.me/?p=414#comment-833</guid>
		<description>No problem :) </description>
		<content:encoded><![CDATA[<p>No problem <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nocivus</title>
		<link>http://pedroassuncao.com/2009/09/django-template-filter-show-list-of-objects-as-table-with-fixed-number-of-columns/comment-page-1/#comment-832</link>
		<dc:creator>nocivus</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://diffract.me/?p=414#comment-832</guid>
		<description>Actually it works on my environment without the name. I think Django reverts to the function name if you don&#039;t provide one ;) </description>
		<content:encoded><![CDATA[<p>Actually it works on my environment without the name. I think Django reverts to the function name if you don&#039;t provide one <img src='http://pedroassuncao.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://pedroassuncao.com/2009/09/django-template-filter-show-list-of-objects-as-table-with-fixed-number-of-columns/comment-page-1/#comment-831</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Mon, 23 Nov 2009 22:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://diffract.me/?p=414#comment-831</guid>
		<description>Oh - except for the last line, which should be: 
 
register.filter(&#039;tablecols&#039;, tablecols) </description>
		<content:encoded><![CDATA[<p>Oh &#8211; except for the last line, which should be: </p>
<p>register.filter(&#39;tablecols&#39;, tablecols)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot Hacker</title>
		<link>http://pedroassuncao.com/2009/09/django-template-filter-show-list-of-objects-as-table-with-fixed-number-of-columns/comment-page-1/#comment-830</link>
		<dc:creator>Scot Hacker</dc:creator>
		<pubDate>Mon, 23 Nov 2009 22:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://diffract.me/?p=414#comment-830</guid>
		<description>Thanks much, works perfectly. And this is WAY cleaner and shorter than the example shown in the Django Wiki : &lt;a href=&quot;http://code.djangoproject.com/wiki/ColumnizeTag&quot; rel=&quot;nofollow&quot;&gt;http://code.djangoproject.com/wiki/ColumnizeTag&lt;/a&gt; 
 
 </description>
		<content:encoded><![CDATA[<p>Thanks much, works perfectly. And this is WAY cleaner and shorter than the example shown in the Django Wiki : <a href="http://code.djangoproject.com/wiki/ColumnizeTag" rel="nofollow">http://code.djangoproject.com/wiki/ColumnizeTag</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
