<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/tests, branch model-serializer-api</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Final bits of docs for ModelSerializer fields API</title>
<updated>2014-12-19T21:32:43+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-19T21:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2a1485e00943b8280245d19e1e1f8514b1ef18ea'/>
<id>2a1485e00943b8280245d19e1e1f8514b1ef18ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>get_field_names, get_default_field_names</title>
<updated>2014-12-19T12:18:40+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-19T12:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=6d907cde9a90aad76acb00482a1d70550bb95ccd'/>
<id>6d907cde9a90aad76acb00482a1d70550bb95ccd</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' into version-3.1</title>
<updated>2014-12-18T11:21:25+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-18T11:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c8d88c8c8a594e3b66547a34462db4766292ea9e'/>
<id>c8d88c8c8a594e3b66547a34462db4766292ea9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop print statements in tests</title>
<updated>2014-12-18T10:39:00+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-18T10:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1087ccbb258ca79ee42509abc4bb17b6c277f9ce'/>
<id>1087ccbb258ca79ee42509abc4bb17b6c277f9ce</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 behavior with empty HTML fields.</title>
<updated>2014-12-18T10:36:52+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-18T10:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=87ac64e41b60a26e6711648b9935c70dc35738a8'/>
<id>87ac64e41b60a26e6711648b9935c70dc35738a8</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 #2294 from tomchristie/fix-empty-html-values-with-default</title>
<updated>2014-12-17T15:24:01+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-17T15:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ad6533e554663a4c6c40fb02c7d7341fb5afe47f'/>
<id>ad6533e554663a4c6c40fb02c7d7341fb5afe47f</id>
<content type='text'>
Fix empty HTML values when a default is provided.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix empty HTML values when a default is provided.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix empty HTML values when a default is provided.</title>
<updated>2014-12-17T15:13:48+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-17T15:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=3fff5cb6e0960b7ff8abd9f13a075f1f057de0a7'/>
<id>3fff5cb6e0960b7ff8abd9f13a075f1f057de0a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Serializer API restrictions.</title>
<updated>2014-12-17T14:14:51+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-17T14:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c6137bbf5aa7ca800e4afc06657e5196b2e0e481'/>
<id>c6137bbf5aa7ca800e4afc06657e5196b2e0e481</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 #2155 from martinmaillard/set-user-on-wrapped-request</title>
<updated>2014-12-17T13:12:01+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-17T13:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7fbf5b0e6bf49a7f2761229b1576027d39e56be4'/>
<id>7fbf5b0e6bf49a7f2761229b1576027d39e56be4</id>
<content type='text'>
Set authenticated user on wrapped request</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set authenticated user on wrapped request</pre>
</div>
</content>
</entry>
<entry>
<title>More docs, plus 'ALLOWED_VERSIONS' setting.</title>
<updated>2014-12-17T12:41:46+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-17T12:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=05a6eaec8aebdca2248b9e1069a15769fd85a480'/>
<id>05a6eaec8aebdca2248b9e1069a15769fd85a480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
