<?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>Django foo &#187; getdjangoversion</title>
	<atom:link href="http://www.djangofoo.com/tag/getdjangoversion/feed" rel="self" type="application/rss+xml" />
	<link>http://www.djangofoo.com</link>
	<description>Django Tips and Tweaks</description>
	<lastBuildDate>Wed, 18 Aug 2010 09:38:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Display Django Version</title>
		<link>http://www.djangofoo.com/313/display-django-version</link>
		<comments>http://www.djangofoo.com/313/display-django-version#comments</comments>
		<pubDate>Fri, 18 Jun 2010 13:36:48 +0000</pubDate>
		<dc:creator>Davo</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[getdjangoversion]]></category>

		<guid isPermaLink="false">http://www.djangofoo.com/?p=313</guid>
		<description><![CDATA[Ever wondered how to detect which version of Django you are actually running? Well it is as simple as this: >>> import django >>> django.VERSION (1, 2, 1, 'final', 0) >>> django.get_version() u'1.2.1 SVN-13348' >>>]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to detect which version of Django you are actually running?<br />
Well it is as simple as this:</p>
<pre class="brush:python">
>>> import django
>>> django.VERSION
(1, 2, 1, 'final', 0)
>>> django.get_version()
u'1.2.1 SVN-13348'
>>>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.djangofoo.com/313/display-django-version/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

