<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/docs/api-guide, branch 2.1.15</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Added `RetrieveUpdateAPIView`</title>
<updated>2013-01-02T13:46:19+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-01-02T13:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ef73160599ef836f47801fe550168ecdaa3e20d6'/>
<id>ef73160599ef836f47801fe550168ecdaa3e20d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relation fields move into relations.py</title>
<updated>2012-12-31T08:53:40+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-12-31T08:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8fad0a727a897970531a087346ecd44f361b25f4'/>
<id>8fad0a727a897970531a087346ecd44f361b25f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak quote</title>
<updated>2012-12-29T12:15:15+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-12-29T12:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1f6af163fece28db3ba7943edce2415a23874d44'/>
<id>1f6af163fece28db3ba7943edce2415a23874d44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .validate() example</title>
<updated>2012-12-28T12:59:24+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-12-28T12:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5d4ea3d23fdb173b4109a64b2d4231d93d394387'/>
<id>5d4ea3d23fdb173b4109a64b2d4231d93d394387</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>slug_kwarg attribute doesn't work; it should be slug_url_kwarg</title>
<updated>2012-12-21T09:42:40+00:00</updated>
<author>
<name>Reinout van Rees</name>
</author>
<published>2012-12-21T09:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5f9ecd1c7ad2f52ad5711d2a89bb1884f5b662f9'/>
<id>5f9ecd1c7ad2f52ad5711d2a89bb1884f5b662f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added RetrieveUpdateAPIView</title>
<updated>2012-12-13T15:57:17+00:00</updated>
<author>
<name>Stephan Groß</name>
</author>
<published>2012-12-13T15:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e198a2b37673a07a7cc374175c205362da34360e'/>
<id>e198a2b37673a07a7cc374175c205362da34360e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 2.1.8</title>
<updated>2012-12-08T13:01:03+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-12-08T13:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ff01ae3571298b9da67f9b9583f0cb264676ed2b'/>
<id>ff01ae3571298b9da67f9b9583f0cb264676ed2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs/api-guide/permissions.md</title>
<updated>2012-12-05T14:09:06+00:00</updated>
<author>
<name>Marko Tibold</name>
</author>
<published>2012-12-05T14:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=3868241f6acda96fbd08cc81211b09ffbc2f38b3'/>
<id>3868241f6acda96fbd08cc81211b09ffbc2f38b3</id>
<content type='text'>
@permission_classes takes a tuple or list.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@permission_classes takes a tuple or list.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix location of obtain_auth_token view</title>
<updated>2012-11-28T09:58:34+00:00</updated>
<author>
<name>Pavel Savchenko</name>
</author>
<published>2012-11-28T09:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=fd383b2b5e752962242066b3587deec5820eaa2e'/>
<id>fd383b2b5e752962242066b3587deec5820eaa2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import from correct place</title>
<updated>2012-11-27T17:42:37+00:00</updated>
<author>
<name>Yuri Prezument</name>
</author>
<published>2012-11-27T17:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=80be571b2e1deebff247ce5dfc4a325f2e2df9ae'/>
<id>80be571b2e1deebff247ce5dfc4a325f2e2df9ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
