<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework, branch 3.0.5</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Merge pull request #2540 from linovia/release/3.0.5</title>
<updated>2015-02-10T22:48:38+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2015-02-10T22:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=637af1fc142af8e16d475c81004b73dbbe0b443b'/>
<id>637af1fc142af8e16d475c81004b73dbbe0b443b</id>
<content type='text'>
Release/3.0.5</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release/3.0.5</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped the version to 3.0.5</title>
<updated>2015-02-10T21:48:04+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2015-02-10T21:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=59b3fe8f395b2d6ee4091df81f9dbbc7e47cf84e'/>
<id>59b3fe8f395b2d6ee4091df81f9dbbc7e47cf84e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `distinct` call in `filter_queryset`</title>
<updated>2015-02-10T09:51:38+00:00</updated>
<author>
<name>Carlton Gibson</name>
</author>
<published>2015-02-10T09:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=3522b69394d932c8bf8028a456b6d9b64c38b54e'/>
<id>3522b69394d932c8bf8028a456b6d9b64c38b54e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for latest version of pep8</title>
<updated>2015-02-09T17:43:20+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-02-09T17:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b2939c157d32e604e10099be891e382d8c54bbec'/>
<id>b2939c157d32e604e10099be891e382d8c54bbec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3 compat fix</title>
<updated>2015-02-09T17:19:22+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-02-09T17:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=54d82f59ed8a5d2ad4c679680dc52b8a94831d50'/>
<id>54d82f59ed8a5d2ad4c679680dc52b8a94831d50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misleading AttributeErrors</title>
<updated>2015-02-09T17:02:54+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-02-09T17:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d13c807616030b285589cec2fddf4e34a8e22b4a'/>
<id>d13c807616030b285589cec2fddf4e34a8e22b4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update throttling.py</title>
<updated>2015-02-05T21:27:26+00:00</updated>
<author>
<name>Kaptian</name>
</author>
<published>2015-02-05T21:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=fffde8a63be7660e716672c500f0f2bd66c7d345'/>
<id>fffde8a63be7660e716672c500f0f2bd66c7d345</id>
<content type='text'>
Use pk pseudo attribute for identifying the user (in case the user model is not the default and has a different column name for the unique id)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use pk pseudo attribute for identifying the user (in case the user model is not the default and has a different column name for the unique id)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2518 from longhotsummer/patch-1</title>
<updated>2015-02-04T14:30:53+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-02-04T14:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=3b008245605d608e6a21d46f35994b8dc6bc12ed'/>
<id>3b008245605d608e6a21d46f35994b8dc6bc12ed</id>
<content type='text'>
FIX: Don't default to list in method args</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIX: Don't default to list in method args</pre>
</div>
</content>
</entry>
<entry>
<title>Parens around if clause</title>
<updated>2015-02-04T14:26:23+00:00</updated>
<author>
<name>Greg Kempe</name>
</author>
<published>2015-02-04T14:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e13d2af1374c8a2b2146e1126d9406bfb4bbd9ec'/>
<id>e13d2af1374c8a2b2146e1126d9406bfb4bbd9ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use inline if</title>
<updated>2015-02-04T14:13:30+00:00</updated>
<author>
<name>Greg Kempe</name>
</author>
<published>2015-02-04T14:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d920683237bd2eb17d110a80fc09708a67340f01'/>
<id>d920683237bd2eb17d110a80fc09708a67340f01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
