<?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: How to find Django version</title>
	<atom:link href="http://blog.randell.ph/2010/07/30/how-to-find-django-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.randell.ph/2010/07/30/how-to-find-django-version/</link>
	<description>Software development, Fedora how-to&#039;s, and random stuff from the web</description>
	<lastBuildDate>Sun, 08 Jan 2012 00:12:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: UnacceptableVersionError: django 1.1 was requested, but 1.2.1.final.0 is already in use &#124; Randell&#039;s Blog</title>
		<link>http://blog.randell.ph/2010/07/30/how-to-find-django-version/comment-page-1/#comment-15273</link>
		<dc:creator>UnacceptableVersionError: django 1.1 was requested, but 1.2.1.final.0 is already in use &#124; Randell&#039;s Blog</dc:creator>
		<pubDate>Mon, 02 Aug 2010 02:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.randell.ph/?p=1603#comment-15273</guid>
		<description>[...] The Django version I have in my machine is 1.2.1, while one of my apps running on Google App Engine utilizes use_library to use Django 1.1. Apparently, Django versions later than 1.1 is not included in the Google App Engine SDK. So everytime I try to access my app on my dev machine, I get this error: UnacceptableVersionError: django 1.1 was requested, but 1.2.1.final.0 is already in use [...]</description>
		<content:encoded><![CDATA[<p>[...] The Django version I have in my machine is 1.2.1, while one of my apps running on Google App Engine utilizes use_library to use Django 1.1. Apparently, Django versions later than 1.1 is not included in the Google App Engine SDK. So everytime I try to access my app on my dev machine, I get this error: UnacceptableVersionError: django 1.1 was requested, but 1.2.1.final.0 is already in use [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randell</title>
		<link>http://blog.randell.ph/2010/07/30/how-to-find-django-version/comment-page-1/#comment-15268</link>
		<dc:creator>Randell</dc:creator>
		<pubDate>Sun, 01 Aug 2010 05:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.randell.ph/?p=1603#comment-15268</guid>
		<description>Cool! Thanks, Arthur!</description>
		<content:encoded><![CDATA[<p>Cool! Thanks, Arthur!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Koziel</title>
		<link>http://blog.randell.ph/2010/07/30/how-to-find-django-version/comment-page-1/#comment-15264</link>
		<dc:creator>Arthur Koziel</dc:creator>
		<pubDate>Sat, 31 Jul 2010 20:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.randell.ph/?p=1603#comment-15264</guid>
		<description>You could also use the get_version() method to get a formatted string of the VERSION variable.

&gt;&gt;&gt; import django
&gt;&gt;&gt; django.get_version()
&#039;1.2.1&#039;</description>
		<content:encoded><![CDATA[<p>You could also use the get_version() method to get a formatted string of the VERSION variable.</p>
<p>&gt;&gt;&gt; import django<br />
&gt;&gt;&gt; django.get_version()<br />
&#8217;1.2.1&#8242;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

