<?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 RESTful resources</title>
	<atom:link href="http://watchitlater.com/blog/2010/02/django-restful-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchitlater.com/blog/2010/02/django-restful-resources/</link>
	<description>A reluctant foray into the world of blogging.</description>
	<lastBuildDate>Tue, 13 Dec 2011 12:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://watchitlater.com/blog/2010/02/django-restful-resources/comment-page-1/#comment-9997</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 24 Nov 2010 09:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://watchitlater.com/blog/?p=140#comment-9997</guid>
		<description>@Andriy Thanks for the link. What I was after was not a filter but a way of dispatching the same URL to different handler methods based on a HTTP verb. If I wanted to restrict which HTTP verbs I support on a single handler method then the filter makes great sense.</description>
		<content:encoded><![CDATA[<p>@Andriy Thanks for the link. What I was after was not a filter but a way of dispatching the same URL to different handler methods based on a HTTP verb. If I wanted to restrict which HTTP verbs I support on a single handler method then the filter makes great sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andriy Drozdyuk</title>
		<link>http://watchitlater.com/blog/2010/02/django-restful-resources/comment-page-1/#comment-9991</link>
		<dc:creator>Andriy Drozdyuk</dc:creator>
		<pubDate>Mon, 22 Nov 2010 17:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://watchitlater.com/blog/?p=140#comment-9991</guid>
		<description>Nice post.
Have you looked at the built-in django filter require_http_methods?
It is in  the first accepted answer on stackoverflow:
http://stackoverflow.com/questions/1013587/http-verb-decorator-for-django</description>
		<content:encoded><![CDATA[<p>Nice post.<br />
Have you looked at the built-in django filter require_http_methods?<br />
It is in  the first accepted answer on stackoverflow:<br />
<a href="http://stackoverflow.com/questions/1013587/http-verb-decorator-for-django" rel="nofollow">http://stackoverflow.com/questions/1013587/http-verb-decorator-for-django</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

