<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/utils, branch 3.0.1</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Copy model field validators, don't reuse the same list.</title>
<updated>2014-12-09T16:25:10+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-09T16:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7d70e56ce378a7876a0fd7f29b52a492e46053b9'/>
<id>7d70e56ce378a7876a0fd7f29b52a492e46053b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add allow_blank for ChoiceField #2184</title>
<updated>2014-12-09T13:25:06+00:00</updated>
<author>
<name>José Padilla</name>
</author>
<published>2014-12-09T13:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=afe7ed9333e37384f8ddc57e891da9632c8714c3'/>
<id>afe7ed9333e37384f8ddc57e891da9632c8714c3</id>
<content type='text'>
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.</pre>
</div>
</content>
</entry>
<entry>
<title>Removed custom StringIO, force_text, smart_text compat</title>
<updated>2014-12-04T02:11:42+00:00</updated>
<author>
<name>Tymur Maryokhin</name>
</author>
<published>2014-12-04T02:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d54c67d79d0f5661ef33d860efe80a4272e22b3e'/>
<id>d54c67d79d0f5661ef33d860efe80a4272e22b3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed custom python_2_unicode_compatible. Closes #2183</title>
<updated>2014-12-04T01:50:25+00:00</updated>
<author>
<name>Tymur Maryokhin</name>
</author>
<published>2014-12-04T01:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=09e59f268619927dc22f15fed97c3ceac05ea306'/>
<id>09e59f268619927dc22f15fed97c3ceac05ea306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BindingDict inherits from collections.MutableMapping. Closes #2135.</title>
<updated>2014-12-02T15:15:21+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-02T15:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=33096a1de6c20581caab36bc1af0e686d47483e7'/>
<id>33096a1de6c20581caab36bc1af0e686d47483e7</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>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>
</feed>
