<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework, branch 2.1.2</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.1.2 (Adds filtering support)</title>
<updated>2012-11-09T13:13:41+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-09T13:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=3ac26af7cad46bf3248b8e794f8f82c69639ac60'/>
<id>3ac26af7cad46bf3248b8e794f8f82c69639ac60</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 #383 from tomchristie/filtering</title>
<updated>2012-11-09T13:07:34+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-09T13:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c7df9694b5a7a7931161f74a7c5c16d5c98d87d9'/>
<id>c7df9694b5a7a7931161f74a7c5c16d5c98d87d9</id>
<content type='text'>
Support for filtering backends </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support for filtering backends </pre>
</div>
</content>
</entry>
<entry>
<title>Updated filteing docs.</title>
<updated>2012-11-09T13:05:36+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-09T13:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ff1234b711b8dfb7dc1cc539fa9d2b6fd2477825'/>
<id>ff1234b711b8dfb7dc1cc539fa9d2b6fd2477825</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure pagination URLs are fully qualified</title>
<updated>2012-11-08T21:47:54+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-08T21:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=33a69864625c1953f6f7a94956e1ed07c84e7a44'/>
<id>33a69864625c1953f6f7a94956e1ed07c84e7a44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make default FILTER_BACKEND = None</title>
<updated>2012-11-08T21:46:53+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-08T21:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=bc6f2a170306fbc1cba3a4e504a908ebc72d54b7'/>
<id>bc6f2a170306fbc1cba3a4e504a908ebc72d54b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Comments updated</title>
<updated>2012-11-08T15:04:29+00:00</updated>
<author>
<name>Tomi Pajunen</name>
</author>
<published>2012-11-08T15:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=40c6fe7119e724d86f40b202c0dd579ad7ce8c7e'/>
<id>40c6fe7119e724d86f40b202c0dd579ad7ce8c7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed creation of objects with reversed M2M relations</title>
<updated>2012-11-08T14:31:16+00:00</updated>
<author>
<name>Tomi Pajunen</name>
</author>
<published>2012-11-08T14:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=743224d000bbc178dafcff1e9315f1d74bee44de'/>
<id>743224d000bbc178dafcff1e9315f1d74bee44de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strict import ordering</title>
<updated>2012-11-08T09:10:24+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-08T09:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c78b34d5017a05220bcd623946b4f52cc2d119cd'/>
<id>c78b34d5017a05220bcd623946b4f52cc2d119cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify NextPageField and PreviousPageField slightly</title>
<updated>2012-11-07T21:09:26+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-07T21:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=30799a3955b3b13ae0d40791f1260f05bda438be'/>
<id>30799a3955b3b13ae0d40791f1260f05bda438be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make filtering optional, and pluggable.</title>
<updated>2012-11-07T21:07:24+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-07T21:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=47b534a13e42d498629bf9522225633122c563d5'/>
<id>47b534a13e42d498629bf9522225633122c563d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
