<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/docs/api-guide, branch 2.2.1</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Note requirements explicitly.</title>
<updated>2013-02-22T20:46:20+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-22T20:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b3019d9824c0ba2f907e16202f6e9400ab7ae80e'/>
<id>b3019d9824c0ba2f907e16202f6e9400ab7ae80e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak TemplateHTMLRenderer docs.</title>
<updated>2013-02-22T08:39:50+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-22T08:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=31f3fa63b2758d1e16f6814f4ac18647412bdddb'/>
<id>31f3fa63b2758d1e16f6814f4ac18647412bdddb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2013-02-19T17:16:48+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-19T17:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c5cf51cf511c84ab3e446376ff38170dcd421958'/>
<id>c5cf51cf511c84ab3e446376ff38170dcd421958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2013-02-19T17:09:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-19T17:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=66a6ffaf957405691d0714fc422b46a6927639a7'/>
<id>66a6ffaf957405691d0714fc422b46a6927639a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention caching.  Closes #659.</title>
<updated>2013-02-15T09:27:37+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-15T09:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=618606888ab34418998d1abfe4668804038ff22f'/>
<id>618606888ab34418998d1abfe4668804038ff22f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a serializer TimeField</title>
<updated>2013-02-14T20:19:51+00:00</updated>
<author>
<name>Andreas Pelme</name>
</author>
<published>2013-02-14T20:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5a5df18d182d43d993da8f0b5d4a8888e868fcae'/>
<id>5a5df18d182d43d993da8f0b5d4a8888e868fcae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor doc fixes</title>
<updated>2013-02-13T19:59:00+00:00</updated>
<author>
<name>floppya</name>
</author>
<published>2013-02-13T19:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=876bd67888c851826288d4c2a669c7def9956858'/>
<id>876bd67888c851826288d4c2a669c7def9956858</id>
<content type='text'>
Fixes misspelling of "primitive"  and removes an awkward "with".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes misspelling of "primitive"  and removes an awkward "with".
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop note on object-level permissions.</title>
<updated>2013-02-12T23:17:41+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-12T23:17:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0b2adaa9425fae0e82dd94b1ec15a56b904eac53'/>
<id>0b2adaa9425fae0e82dd94b1ec15a56b904eac53</id>
<content type='text'>
Not yet supported by DjangoModelPermissions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not yet supported by DjangoModelPermissions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Notes on creating a custom `obtain_auth_token` view.  Fixes #641.</title>
<updated>2013-02-12T23:13:48+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-12T23:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b7a5c4b050ab5bd0125e6f7af4e0546c98125282'/>
<id>b7a5c4b050ab5bd0125e6f7af4e0546c98125282</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs on serializer context.</title>
<updated>2013-02-12T13:55:00+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-12T13:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f97aa49809d1a1788c8d524bf274a9b65f740c64'/>
<id>f97aa49809d1a1788c8d524bf274a9b65f740c64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
