<?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 Tip: get_FIELD_display()</title>
	<atom:link href="http://www.nerdydork.com/django-tip-get_field_display.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nerdydork.com/django-tip-get_field_display.html</link>
	<description>Dustin Davis reviews... the internet.</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Özgür</title>
		<link>http://www.nerdydork.com/django-tip-get_field_display.html/comment-page-1#comment-4739</link>
		<dc:creator>Özgür</dc:creator>
		<pubDate>Sun, 29 Mar 2009 16:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=390#comment-4739</guid>
		<description>What about this issue?

{% for field in fields %}
	{% if field.value %}
		
			&lt;strong&gt;{{ field.verbose_name&#124;title }}:&lt;/strong&gt;

			{% ifequal field.name &quot;occuption&quot; %}
				## supposed to be field.get.value.display, but it doesnt work
			{% endifequal %}

		
	{% endif %}
{% endfor %}</description>
		<content:encoded><![CDATA[<p>What about this issue?</p>
<p>{% for field in fields %}<br />
	{% if field.value %}</p>
<p>			<strong>{{ field.verbose_name|title }}:</strong></p>
<p>			{% ifequal field.name &#8220;occuption&#8221; %}<br />
				## supposed to be field.get.value.display, but it doesnt work<br />
			{% endifequal %}</p>
<p>	{% endif %}<br />
{% endfor %}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin@Great Wall of China</title>
		<link>http://www.nerdydork.com/django-tip-get_field_display.html/comment-page-1#comment-4357</link>
		<dc:creator>Kevin@Great Wall of China</dc:creator>
		<pubDate>Wed, 15 Oct 2008 22:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=390#comment-4357</guid>
		<description>WOW. This is a small code. I thought it would be a lot longer.</description>
		<content:encoded><![CDATA[<p>WOW. This is a small code. I thought it would be a lot longer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Riley@</title>
		<link>http://www.nerdydork.com/django-tip-get_field_display.html/comment-page-1#comment-4344</link>
		<dc:creator>Mike Riley@</dc:creator>
		<pubDate>Mon, 06 Oct 2008 02:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/?p=390#comment-4344</guid>
		<description>I&#039;m just starting out in django, it&#039;s funny how a lot of it (like these smart functions) is so similar to Ruby on Rails.</description>
		<content:encoded><![CDATA[<p>I&#8217;m just starting out in django, it&#8217;s funny how a lot of it (like these smart functions) is so similar to Ruby on Rails.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.nerdydork.com/django-tip-get_field_display.html/feed ) in 1.17118 seconds, on Feb 9th, 2012 at 2:30 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 3:30 am UTC -->
