<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/tests, branch 2.3.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>Test and fix which closes #652.</title>
<updated>2013-05-15T13:25:25+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-05-15T13:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=af88a5b1751da32018e8408eac01a91a5f63f8ce'/>
<id>af88a5b1751da32018e8408eac01a91a5f63f8ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Base automatic filterset model on the queryset model.  Fixes #834.</title>
<updated>2013-05-14T20:40:55+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-05-14T20:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e939e1755a94b50c87a82c0f777645e28fe91bf0'/>
<id>e939e1755a94b50c87a82c0f777645e28fe91bf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix filter test renaming</title>
<updated>2013-05-14T10:37:59+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-05-14T10:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a303d0f38c4758fc3aad412529922203e5785e29'/>
<id>a303d0f38c4758fc3aad412529922203e5785e29</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 https://github.com/avinash240/django-rest-framework</title>
<updated>2013-05-14T10:34:47+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-05-14T10:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ce1a04a603cac28fc3332151623f3831ec5f4660'/>
<id>ce1a04a603cac28fc3332151623f3831ec5f4660</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added OrderingFilter</title>
<updated>2013-05-14T10:27:08+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-05-14T10:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2cff6e69dbe3828eca56d0ce60ffdfc80fed045c'/>
<id>2cff6e69dbe3828eca56d0ce60ffdfc80fed045c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added OrderingFilter</title>
<updated>2013-05-14T10:27:03+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-05-14T10:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=6a037f63edf33e7a76f56828cf68bfae4ccb4f80'/>
<id>6a037f63edf33e7a76f56828cf68bfae4ccb4f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename filter tests</title>
<updated>2013-05-14T09:16:46+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-05-14T09:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=08bc97626960f108f01657e4ad12b7fd62e6183d'/>
<id>08bc97626960f108f01657e4ad12b7fd62e6183d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test case to work with Python 3 and make it more explicit</title>
<updated>2013-05-12T13:22:14+00:00</updated>
<author>
<name>Marlon Bailey</name>
</author>
<published>2013-05-12T13:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5e2d8052d4bf87c81cc9807c96c933ca975cc483'/>
<id>5e2d8052d4bf87c81cc9807c96c933ca975cc483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for multiple @action and @link decorators on a viewset, along with a router testcase illustrating the failure against the master code base</title>
<updated>2013-05-12T02:26:34+00:00</updated>
<author>
<name>Marlon Bailey</name>
</author>
<published>2013-05-12T02:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9d2580dccfe23e113221c7e150bddebb95d98214'/>
<id>9d2580dccfe23e113221c7e150bddebb95d98214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unicode string fix</title>
<updated>2013-05-10T22:02:24+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-05-10T22:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=dd51d369c8228f3add37cc639702097b0df9cd90'/>
<id>dd51d369c8228f3add37cc639702097b0df9cd90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
