<?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: Decorating urlpatterns</title>
	<atom:link href="http://blog.elsdoerfer.name/2008/01/02/decorating-urlpatterns/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elsdoerfer.name/2008/01/02/decorating-urlpatterns/</link>
	<description>Contributing back to the Google Index.</description>
	<lastBuildDate>Sat, 17 Dec 2011 12:11:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://blog.elsdoerfer.name/2008/01/02/decorating-urlpatterns/comment-page-1/#comment-85</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 17 Jun 2008 02:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.info/2008/01/02/decorating-urlpatterns/#comment-85</guid>
		<description>I think you&#039;re doing it right. The only mistake I can see right now is that you&#039;re checking twice for RegexURLPattern:

``if isinstance(p, RegexURLPattern)`` instead of ``if isinstance(p, RegexURLResolver)``</description>
		<content:encoded><![CDATA[<p>I think you&#8217;re doing it right. The only mistake I can see right now is that you&#8217;re checking twice for RegexURLPattern:</p>
<p>&#8220;if isinstance(p, RegexURLPattern)&#8220; instead of &#8220;if isinstance(p, RegexURLResolver)&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subsume</title>
		<link>http://blog.elsdoerfer.name/2008/01/02/decorating-urlpatterns/comment-page-1/#comment-84</link>
		<dc:creator>Subsume</dc:creator>
		<pubDate>Mon, 16 Jun 2008 22:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.info/2008/01/02/decorating-urlpatterns/#comment-84</guid>
		<description>http://dpaste.com/56911/  &lt;-- woops. Forgot.</description>
		<content:encoded><![CDATA[<p><a href="http://dpaste.com/56911/" rel="nofollow">http://dpaste.com/56911/</a>  &lt;&#8211; woops. Forgot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subsume</title>
		<link>http://blog.elsdoerfer.name/2008/01/02/decorating-urlpatterns/comment-page-1/#comment-83</link>
		<dc:creator>Subsume</dc:creator>
		<pubDate>Mon, 16 Jun 2008 21:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.info/2008/01/02/decorating-urlpatterns/#comment-83</guid>
		<description>Would be nice if this were extended to allow not only for RegexURLPatterns but also RegexURLResolvers e.g. include(&#039;app.urls&#039;). Just a thought. Trying to extend it myself.

I don&#039;t quite have it. Maybe you can provide a tip?

http://dpaste.com/56910/</description>
		<content:encoded><![CDATA[<p>Would be nice if this were extended to allow not only for RegexURLPatterns but also RegexURLResolvers e.g. include(&#8216;app.urls&#8217;). Just a thought. Trying to extend it myself.</p>
<p>I don&#8217;t quite have it. Maybe you can provide a tip?</p>
<p><a href="http://dpaste.com/56910/" rel="nofollow">http://dpaste.com/56910/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.elsdoerfer.name/2008/01/02/decorating-urlpatterns/comment-page-1/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Jan 2008 16:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.info/2008/01/02/decorating-urlpatterns/#comment-6</guid>
		<description>I did actually. It&#039;s a good idea, and for some reason I hadn&#039;t even thought about approaching it like that. Although in my case, it would break the ability to use reverse() without explicitly naming the patterns, which is something I am relying on for now.

Of course if you&#039;re using generic views, then that won&#039;t be an issue.</description>
		<content:encoded><![CDATA[<p>I did actually. It&#8217;s a good idea, and for some reason I hadn&#8217;t even thought about approaching it like that. Although in my case, it would break the ability to use reverse() without explicitly naming the patterns, which is something I am relying on for now.</p>
<p>Of course if you&#8217;re using generic views, then that won&#8217;t be an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Empty</title>
		<link>http://blog.elsdoerfer.name/2008/01/02/decorating-urlpatterns/comment-page-1/#comment-4</link>
		<dc:creator>Empty</dc:creator>
		<pubDate>Tue, 08 Jan 2008 16:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.elsdoerfer.info/2008/01/02/decorating-urlpatterns/#comment-4</guid>
		<description>Nice approach.  Did you happen to see my Tip of the Week on using the auth decorators for generic views?  You can apply the same thing to any view really.

http://blog.michaeltrier.com/2007/12/17/this-week-in-django-2-2007-12-16

Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Nice approach.  Did you happen to see my Tip of the Week on using the auth decorators for generic views?  You can apply the same thing to any view really.</p>
<p><a href="http://blog.michaeltrier.com/2007/12/17/this-week-in-django-2-2007-12-16" rel="nofollow">http://blog.michaeltrier.com/2007/12/17/this-week-in-django-2-2007-12-16</a></p>
<p>Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

