<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/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>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>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>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>
<entry>
<title>Added DefaultRouter support (and test) for viewsets without the default action implemented, which is usually the list action.</title>
<updated>2014-09-11T10:42:36+00:00</updated>
<author>
<name>Marek Skrajnowski</name>
</author>
<published>2014-09-11T10:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ae8443853054635326598f6b06fb49429884d558'/>
<id>ae8443853054635326598f6b06fb49429884d558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix grammar in login error message</title>
<updated>2014-09-11T03:27:52+00:00</updated>
<author>
<name>Joe Binney</name>
</author>
<published>2014-09-11T03:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=37d01f6088b1cf5673f66f4532dd51c73a0156f1'/>
<id>37d01f6088b1cf5673f66f4532dd51c73a0156f1</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 #1852 from GVRV/bugfix/apiroot_get_regression</title>
<updated>2014-09-09T05:19:16+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2014-09-09T05:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=015a8122c7738dd8913939b42d3f0ec932d88711'/>
<id>015a8122c7738dd8913939b42d3f0ec932d88711</id>
<content type='text'>
Make sure APIRoot.get can take on args, kwargs so router can be embedded...</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure APIRoot.get can take on args, kwargs so router can be embedded...</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure APIRoot.get can take on args, kwargs so router can be embedded within any URL pattern.</title>
<updated>2014-09-09T00:12:52+00:00</updated>
<author>
<name>Gaurav Dadhania</name>
</author>
<published>2014-09-09T00:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1a885b9e16d49f4143a086dc99a6024286aef3e0'/>
<id>1a885b9e16d49f4143a086dc99a6024286aef3e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
