<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/djangorestframework/utils, branch 0.3.2</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Refactored get_name()/get_description()</title>
<updated>2012-01-23T18:32:37+00:00</updated>
<author>
<name>Ben Timby</name>
</author>
<published>2012-01-23T18:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7fa3a214fbd33dac61d3f8836e2c4aeda3149647'/>
<id>7fa3a214fbd33dac61d3f8836e2c4aeda3149647</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8/pyflakes cleanup</title>
<updated>2012-01-21T18:33:34+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-01-21T18:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=dea4a45ec72d0bd3cfeeb9382f177eb2fc3b0e14'/>
<id>dea4a45ec72d0bd3cfeeb9382f177eb2fc3b0e14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstring/whitespace fixes.</title>
<updated>2012-01-19T03:59:30+00:00</updated>
<author>
<name>Ben Timby</name>
</author>
<published>2012-01-19T03:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0a5ca000edcd8fba1e5e5f71c7267d9f52e456a0'/>
<id>0a5ca000edcd8fba1e5e5f71c7267d9f52e456a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#75 remove except statements which are overly broad in the exception they catch</title>
<updated>2012-01-04T18:05:12+00:00</updated>
<author>
<name>Craig Blaszczyk</name>
</author>
<published>2012-01-04T18:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=46e4ba258fd2e74384a6a43b9edbe55754518bc2'/>
<id>46e4ba258fd2e74384a6a43b9edbe55754518bc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>And add RequestContext too</title>
<updated>2011-12-30T16:38:03+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-12-30T16:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2394fc70d1c33def374014226e7648db12562af1'/>
<id>2394fc70d1c33def374014226e7648db12562af1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #102</title>
<updated>2011-12-30T16:30:55+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-12-30T16:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c81c0d843ec555c4cc4b71f58852d2281a9cb5b2'/>
<id>c81c0d843ec555c4cc4b71f58852d2281a9cb5b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2011-12-29T13:31:12+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-12-29T13:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=07349597ab936dc9887caa70b5d7d2860c897b12'/>
<id>07349597ab936dc9887caa70b5d7d2860c897b12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add xml parser</title>
<updated>2011-12-11T18:27:40+00:00</updated>
<author>
<name>Craig Blaszczyk</name>
</author>
<published>2011-12-11T18:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0632e946f977609ca6d6f4272f02c72dee1f49be'/>
<id>0632e946f977609ca6d6f4272f02c72dee1f49be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renderers can now cope with parameterised args.  ResponseMixin gets cleaned up &amp; added Renderer.can_handle_response(), mirroring Parsers.can_handle_request()</title>
<updated>2011-05-24T12:29:30+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-24T12:29:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ce6e5fdc01b6d820f317bc1d8edc4ede4a946516'/>
<id>ce6e5fdc01b6d820f317bc1d8edc4ede4a946516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up breadcrumbs to only breadcrumb for REST framework Views</title>
<updated>2011-05-24T09:40:35+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-24T09:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=eafda8550800a98aa37571df0cef78e32521a89b'/>
<id>eafda8550800a98aa37571df0cef78e32521a89b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
