<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/utils, 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>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>Ensure `_resolve_model` does not return `None`</title>
<updated>2014-11-18T06:26:23+00:00</updated>
<author>
<name>Doug Beck</name>
</author>
<published>2014-11-18T06:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=67735687b297e66c7cfe61614040efcd9763f1f1'/>
<id>67735687b297e66c7cfe61614040efcd9763f1f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>required=False for nullable relationships</title>
<updated>2014-11-13T23:30:42+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-13T23:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=4e035184384db8ed1227fdcb1dad2ea6ddb1cf68'/>
<id>4e035184384db8ed1227fdcb1dad2ea6ddb1cf68</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' of https://github.com/tomchristie/django-rest-framework</title>
<updated>2014-11-13T22:16:53+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-13T22:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=cb672a0ecbc2b089370583884994dbd5f2b84acc'/>
<id>cb672a0ecbc2b089370583884994dbd5f2b84acc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Model fields with .blank or .null now map to required=False. Closes #2017. Closes #2021.</title>
<updated>2014-11-13T19:28:57+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-13T19:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ea98de9b889173235a908ee2ce5a2aba5d8223c7'/>
<id>ea98de9b889173235a908ee2ce5a2aba5d8223c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update html.py</title>
<updated>2014-11-12T15:38:39+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-12T15:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e70b82b6c890eed5088a8f1b2f3aa642d5218398'/>
<id>e70b82b6c890eed5088a8f1b2f3aa642d5218398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update html.py</title>
<updated>2014-11-12T15:38:05+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-12T15:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1838e18aeea1bfa5f033fb12adbd97e19231c8a1'/>
<id>1838e18aeea1bfa5f033fb12adbd97e19231c8a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.copy() for serializer .data and .errors dictionaries</title>
<updated>2014-11-07T11:16:26+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-07T11:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a16a8a10a9204e574ad912eeced535d70a385b37'/>
<id>a16a8a10a9204e574ad912eeced535d70a385b37</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</title>
<updated>2014-11-07T10:51:08+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-07T10:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e399140031a0738a054f5f07e42ef7208f9e45f4'/>
<id>e399140031a0738a054f5f07e42ef7208f9e45f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Serializer cleanup</title>
<updated>2014-11-07T10:13:46+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-07T10:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9b19b5a59485c9dad4a18538a8a86f1ae4ea2a55'/>
<id>9b19b5a59485c9dad4a18538a8a86f1ae4ea2a55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
