<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework, branch 2.3.8</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Version 2.3.8</title>
<updated>2013-09-11T08:09:30+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-09-11T08:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=195790e60b117eff421eb8f04a9f9f3527e797b8'/>
<id>195790e60b117eff421eb8f04a9f9f3527e797b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks and docs to object-level model permissions.</title>
<updated>2013-09-10T20:00:13+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-09-10T20:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5970baa20112921217ae4f2c2a9f175df25922db'/>
<id>5970baa20112921217ae4f2c2a9f175df25922db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://github.com/bwreilly/django-rest-framework into bwreilly-master</title>
<updated>2013-09-10T19:21:15+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-09-10T19:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=75fb4b02b40da04f16c6c288bbe20ea0bc0b4154'/>
<id>75fb4b02b40da04f16c6c288bbe20ea0bc0b4154</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better doc for object permissions, drop redundant has_permission call</title>
<updated>2013-09-09T16:32:29+00:00</updated>
<author>
<name>bwreilly</name>
</author>
<published>2013-09-09T16:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=23fc9dd53fcd9cc25e2c77e5ffae395f04d4990d'/>
<id>23fc9dd53fcd9cc25e2c77e5ffae395f04d4990d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed unnecessary guardian req and view.action parsing</title>
<updated>2013-09-09T15:39:09+00:00</updated>
<author>
<name>bwreilly</name>
</author>
<published>2013-09-09T15:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0183c69538de7b6dc4e9b0602fc364e789e0cab6'/>
<id>0183c69538de7b6dc4e9b0602fc364e789e0cab6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to a dedicated filter for read list object permissions</title>
<updated>2013-09-08T04:48:03+00:00</updated>
<author>
<name>bwreilly</name>
</author>
<published>2013-09-08T04:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9ff0f6d3bff3c1d02d2ccaf4f1500e25cb97620d'/>
<id>9ff0f6d3bff3c1d02d2ccaf4f1500e25cb97620d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>first pass at object level permissions and tests</title>
<updated>2013-09-08T04:18:52+00:00</updated>
<author>
<name>bwreilly</name>
</author>
<published>2013-09-08T04:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=118645e4806effaa35726012a983676b2c55b6dd'/>
<id>118645e4806effaa35726012a983676b2c55b6dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>necessary test settings for guardian</title>
<updated>2013-09-08T04:16:43+00:00</updated>
<author>
<name>bwreilly</name>
</author>
<published>2013-09-08T04:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=57d6b5fb7c2652bb4c68edd1bcc95be736b06b31'/>
<id>57d6b5fb7c2652bb4c68edd1bcc95be736b06b31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support customizable view EXCEPTION_HANDLER</title>
<updated>2013-09-06T17:47:33+00:00</updated>
<author>
<name>Andy Freeland</name>
</author>
<published>2013-09-06T16:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b5523bcc7ddab97620fd7b49e385b44c664ca899'/>
<id>b5523bcc7ddab97620fd7b49e385b44c664ca899</id>
<content type='text'>
Add `api_settings.EXCEPTION_HANDLER` to support custom error responses.

Fixes #907.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `api_settings.EXCEPTION_HANDLER` to support custom error responses.

Fixes #907.
</pre>
</div>
</content>
</entry>
<entry>
<title>some properly failing tests, set up for standard permissions</title>
<updated>2013-09-06T17:35:06+00:00</updated>
<author>
<name>bwreilly</name>
</author>
<published>2013-09-06T17:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b07de86ad372a185c05c1dd77ccd7bee3801996e'/>
<id>b07de86ad372a185c05c1dd77ccd7bee3801996e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
