<?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 Gotcha: Never set a variable called &#8216;user&#8217; in your RequestContext</title>
	<atom:link href="http://www.nomadjourney.com/2009/01/django-gotcha-never-set-a-variable-called-user-in-your-requestcontext/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nomadjourney.com/2009/01/django-gotcha-never-set-a-variable-called-user-in-your-requestcontext/</link>
	<description>Currently in transit between here and there...</description>
	<lastBuildDate>Wed, 30 Nov 2011 13:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jeremy Dunck</title>
		<link>http://www.nomadjourney.com/2009/01/django-gotcha-never-set-a-variable-called-user-in-your-requestcontext/comment-page-1/#comment-20</link>
		<dc:creator>Jeremy Dunck</dc:creator>
		<pubDate>Thu, 23 Apr 2009 03:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomadjourney.com/?p=69#comment-20</guid>
		<description>May you have few gotchas.

FWIW, this actually can happen with any variable-- context is a stack of dictionaries, with any keys in the topmost dictionary shadowing any keys further in the stack.  Context processor values are inherently near the bottom of the stack, and {{ user }} is typically available from the auth context processor.</description>
		<content:encoded><![CDATA[<p>May you have few gotchas.</p>
<p>FWIW, this actually can happen with any variable&#8211; context is a stack of dictionaries, with any keys in the topmost dictionary shadowing any keys further in the stack.  Context processor values are inherently near the bottom of the stack, and {{ user }} is typically available from the auth context processor.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

