<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework, branch 3.0.0</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Minor validtors tweak</title>
<updated>2014-12-01T11:59:04+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-01T11:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=270c7acdd75e9dd0b7a600e5648b0ec364c9a510'/>
<id>270c7acdd75e9dd0b7a600e5648b0ec364c9a510</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More descriptive docstring on ModelSerializer</title>
<updated>2014-12-01T11:37:38+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-01T11:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=22c5b863bc395a6df84ec2536849540d3e92da7a'/>
<id>22c5b863bc395a6df84ec2536849540d3e92da7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support Django's core ValidationError for backwards compat. Refs #2145.</title>
<updated>2014-12-01T10:48:45+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-01T10:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b9503cd603613e4ae72b7718ba70a00b1537b289'/>
<id>b9503cd603613e4ae72b7718ba70a00b1537b289</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 3.0 announcement</title>
<updated>2014-12-01T08:54:12+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-01T08:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=72c4ec4e189796e506655e275cd9c77abe98e1b9'/>
<id>72c4ec4e189796e506655e275cd9c77abe98e1b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor tweaks to contributing docs</title>
<updated>2014-11-28T16:06:44+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-28T16:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=caf1de3b88c6644b55065abea255f64a81e800c0'/>
<id>caf1de3b88c6644b55065abea255f64a81e800c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>@api_view defaults to allowing GET</title>
<updated>2014-11-28T15:55:02+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-28T15:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=08c727add37790b5a556db3fff762f4a27a5c660'/>
<id>08c727add37790b5a556db3fff762f4a27a5c660</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ImproperlyConfigured when model meta lookup fails</title>
<updated>2014-11-28T15:36:04+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-28T15:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=3a5b3772fefc3c2f2c0899947cbc07bfe6e6b5d2'/>
<id>3a5b3772fefc3c2f2c0899947cbc07bfe6e6b5d2</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 #2086 from beck/doug/blow-up-with-bad-models</title>
<updated>2014-11-28T15:31:51+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-28T15:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=6fbd23ab346e1a5b5401ba83e2ad2cd3474d2410'/>
<id>6fbd23ab346e1a5b5401ba83e2ad2cd3474d2410</id>
<content type='text'>
Ensure _resolve_model does not return None</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure _resolve_model does not return None</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2143 from linovia/bugfix/1850</title>
<updated>2014-11-28T15:01:56+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-28T15:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8d989bb16dcc2f035ccc42710ca2714912a2ec40'/>
<id>8d989bb16dcc2f035ccc42710ca2714912a2ec40</id>
<content type='text'>
Bugfix for #1850</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bugfix for #1850</pre>
</div>
</content>
</entry>
<entry>
<title>Finalizing 3.0 release notes</title>
<updated>2014-11-28T14:43:33+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-28T14:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9ba29a88d6674d65bf5e8438eba2a072f0d44bf1'/>
<id>9ba29a88d6674d65bf5e8438eba2a072f0d44bf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
