<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-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>Added @benkonrath, for his excellent work on filtering support.  Thank you!</title>
<updated>2012-11-08T21:49:38+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-08T21:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ad9c5d2ffa52a62a7c5cae444f5f4572b35fff2c'/>
<id>ad9c5d2ffa52a62a7c5cae444f5f4572b35fff2c</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>Add media_type to example file parser</title>
<updated>2012-11-08T20:43:23+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-08T20:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0089f0faa716bd37ca29f9f2db98b4ab273e01f1'/>
<id>0089f0faa716bd37ca29f9f2db98b4ab273e01f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak note style</title>
<updated>2012-11-08T15:59:22+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-08T15:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f5ce7152ecd8c859f1553650bfef5975ce53ec99'/>
<id>f5ce7152ecd8c859f1553650bfef5975ce53ec99</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 #388 from eofs/m2m_reverse</title>
<updated>2012-11-08T15:58:10+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-08T15:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a0bab819bcf73476d58b4a51bddac412ada1b737'/>
<id>a0bab819bcf73476d58b4a51bddac412ada1b737</id>
<content type='text'>
Fixed creation of objects with reversed M2M relations</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed creation of objects with reversed M2M relations</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>
</feed>
