<?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: URL redirect shortcut</title>
	<atom:link href="http://matthowell.com/blog/2009/12/12/django-url-redirect-shortcut/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthowell.com/blog/2009/12/12/django-url-redirect-shortcut/</link>
	<description>A journal.</description>
	<lastBuildDate>Wed, 26 Oct 2011 12:49:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mark Jones</title>
		<link>http://matthowell.com/blog/2009/12/12/django-url-redirect-shortcut/comment-page-1/#comment-933</link>
		<dc:creator>Mark Jones</dc:creator>
		<pubDate>Fri, 26 Aug 2011 17:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://matthowell.com/blog/?p=95#comment-933</guid>
		<description>You can also do it use:

    from django.shortcuts import redirect

then you can use

    redirect(&#039;url-name&#039;)

And let the URL resolver deal with converting it to an absolute URL.</description>
		<content:encoded><![CDATA[<p>You can also do it use:</p>
<p>    from django.shortcuts import redirect</p>
<p>then you can use</p>
<p>    redirect(&#8216;url-name&#8217;)</p>
<p>And let the URL resolver deal with converting it to an absolute URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beamsitter</title>
		<link>http://matthowell.com/blog/2009/12/12/django-url-redirect-shortcut/comment-page-1/#comment-110</link>
		<dc:creator>beamsitter</dc:creator>
		<pubDate>Thu, 11 Nov 2010 00:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://matthowell.com/blog/?p=95#comment-110</guid>
		<description>Thanks, this is handy!</description>
		<content:encoded><![CDATA[<p>Thanks, this is handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo Seminario</title>
		<link>http://matthowell.com/blog/2009/12/12/django-url-redirect-shortcut/comment-page-1/#comment-84</link>
		<dc:creator>Pablo Seminario</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://matthowell.com/blog/?p=95#comment-84</guid>
		<description>Cool tip!!

Thanks!</description>
		<content:encoded><![CDATA[<p>Cool tip!!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

