<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>John Mee &#187; django</title>
	<atom:link href="http://johnmee.com/tag/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnmee.com</link>
	<description>A Programmer in Sydney, Australia</description>
	<lastBuildDate>Mon, 30 May 2011 12:19:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>[django] Creating dynamic lists of radio buttons from arbitrary classes and with long descriptions</title>
		<link>http://johnmee.com/2010/11/django-creating-dynamic-lists-of-radio-buttons-from-arbitrary-classes-and-with-long-descriptions/</link>
		<comments>http://johnmee.com/2010/11/django-creating-dynamic-lists-of-radio-buttons-from-arbitrary-classes-and-with-long-descriptions/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 12:24:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://johnmee.com/2010/11/</guid>
		<description><![CDATA[I was looking for a way to put a lot of text next to the radio buttons in a django form. I also needed the list of radio buttons to automatically populate and vary according to the situation. After the &#8230; <a href="http://johnmee.com/2010/11/django-creating-dynamic-lists-of-radio-buttons-from-arbitrary-classes-and-with-long-descriptions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://johnmee.com/2010/11/django-creating-dynamic-lists-of-radio-buttons-from-arbitrary-classes-and-with-long-descriptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is there a Django template tag that lets me set a context variable?</title>
		<link>http://johnmee.com/2010/10/django-context-templatetag/</link>
		<comments>http://johnmee.com/2010/10/django-context-templatetag/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 05:35:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://johnmee.com/2010/10/</guid>
		<description><![CDATA[The answer is buried inside the more complex current_time example in the documentation. Problem You want to add a variable to the context. But you don&#8217;t want to go back and add that variable to all the views which call &#8230; <a href="http://johnmee.com/2010/10/django-context-templatetag/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://johnmee.com/2010/10/django-context-templatetag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django widget renderer render</title>
		<link>http://johnmee.com/2010/07/django-widget-renderer-render/</link>
		<comments>http://johnmee.com/2010/07/django-widget-renderer-render/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 11:54:06 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://johnmee.com/?p=629</guid>
		<description><![CDATA[I got a little frustrated trying to find the &#8216;simple&#8217; answer to change the html which is generated by the various form field widgets. In this case the RadioSelect field generates radio buttons wrapped in an unordered list. It was &#8230; <a href="http://johnmee.com/2010/07/django-widget-renderer-render/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://johnmee.com/2010/07/django-widget-renderer-render/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Django] How to replace an image using ModelForm</title>
		<link>http://johnmee.com/2009/12/django-how-to-replace-an-image-using-modelform/</link>
		<comments>http://johnmee.com/2009/12/django-how-to-replace-an-image-using-modelform/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 04:07:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://www.johnmee.com/?p=610</guid>
		<description><![CDATA[I have a user profile model which holds their &#8216;mugshot&#8217; image. I&#8217;m using modelForm to to present a profile update form. It was easy to build a working form, but now I need a couple of tweaks to the image: &#8230; <a href="http://johnmee.com/2009/12/django-how-to-replace-an-image-using-modelform/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://johnmee.com/2009/12/django-how-to-replace-an-image-using-modelform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date formats and Django forms</title>
		<link>http://johnmee.com/2009/12/date-formats-and-django-forms/</link>
		<comments>http://johnmee.com/2009/12/date-formats-and-django-forms/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 00:41:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://www.johnmee.com/?p=603</guid>
		<description><![CDATA[Date formats are something that US dominance remains unable to overcome. Whilst all software assumes a format of mm/dd/yyyy, all other nations of the world want to change that to their local preference. Django is no exception. Here&#8217;s the magic &#8230; <a href="http://johnmee.com/2009/12/date-formats-and-django-forms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://johnmee.com/2009/12/date-formats-and-django-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Age in years with python?</title>
		<link>http://johnmee.com/2009/11/age-in-years-with-python/</link>
		<comments>http://johnmee.com/2009/11/age-in-years-with-python/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 02:17:56 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.johnmee.com/?p=568</guid>
		<description><![CDATA[Given someone&#8217;s date of birth how do I work out their age? This is actually less trivial than first appears because: the person&#8217;s age doesn&#8217;t increment until their birthday passes on the calendar that day is not always the same &#8230; <a href="http://johnmee.com/2009/11/age-in-years-with-python/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://johnmee.com/2009/11/age-in-years-with-python/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

