<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework, branch 2.4.3</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.4.3</title>
<updated>2014-09-19T13:26:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-09-19T13:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=20424251a3da82681fee04c66b7be0c7d3a40fec'/>
<id>20424251a3da82681fee04c66b7be0c7d3a40fec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1887 from pipermerriam/piper/decorate_as_view_response_from_viewsets</title>
<updated>2014-09-18T18:13:47+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-09-18T18:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1e9ea377e3f0521ec5d9c21527cfad3c7626baaa'/>
<id>1e9ea377e3f0521ec5d9c21527cfad3c7626baaa</id>
<content type='text'>
Fix missing CSRF exemption on viewsets</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix missing CSRF exemption on viewsets</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1882 from mattjmorrison/patch-2</title>
<updated>2014-09-18T17:11:26+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-09-18T17:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ddbd3cb659d4f5d2777c73e9c2f2a8563d0d2c5d'/>
<id>ddbd3cb659d4f5d2777c73e9c2f2a8563d0d2c5d</id>
<content type='text'>
Clarify "raised inside REST framework"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify "raised inside REST framework"</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing CSRF exemption on viewsets</title>
<updated>2014-09-18T16:30:13+00:00</updated>
<author>
<name>Piper Merriam</name>
</author>
<published>2014-09-18T16:30:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7f758d1cf694c9227a1f55df400ff81e4bce2956'/>
<id>7f758d1cf694c9227a1f55df400ff81e4bce2956</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed code formatting</title>
<updated>2014-09-17T16:29:15+00:00</updated>
<author>
<name>Matthew J Morrison</name>
</author>
<published>2014-09-17T16:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=764366b2e11ad9ad85dd34500e95721011cae7d4'/>
<id>764366b2e11ad9ad85dd34500e95721011cae7d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update routers.py</title>
<updated>2014-09-17T14:51:17+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-09-17T14:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8c8d355e761a67fffd334dc15bc7bb74238300bc'/>
<id>8c8d355e761a67fffd334dc15bc7bb74238300bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1865 from mskrajnowski/default-router-listless-viewset</title>
<updated>2014-09-17T14:50:12+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-09-17T14:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=3376c37861356f1d5799a1a854b159899ddb48ed'/>
<id>3376c37861356f1d5799a1a854b159899ddb48ed</id>
<content type='text'>
DefaultRouter support for viewsets without an implemented default action</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DefaultRouter support for viewsets without an implemented default action</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1883 from jpadilla/master</title>
<updated>2014-09-17T14:49:27+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-09-17T14:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=543c6c8e3504b6d715052dac844039934de76f2a'/>
<id>543c6c8e3504b6d715052dac844039934de76f2a</id>
<content type='text'>
Update authtoken latest Django 1.7 migration</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update authtoken latest Django 1.7 migration</pre>
</div>
</content>
</entry>
<entry>
<title>Update initial migration to work on Python 3</title>
<updated>2014-09-17T14:23:53+00:00</updated>
<author>
<name>José Padilla</name>
</author>
<published>2014-09-17T14:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=de5fbf7d63245e9d14844e66fdf16f88dbfae2e5'/>
<id>de5fbf7d63245e9d14844e66fdf16f88dbfae2e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update authtoken latest Django 1.7 migration</title>
<updated>2014-09-17T13:01:49+00:00</updated>
<author>
<name>José Padilla</name>
</author>
<published>2014-09-17T13:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a37db382c69293953c709365cd2c64c4a99f419e'/>
<id>a37db382c69293953c709365cd2c64c4a99f419e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
