<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/tests, 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>Optimizations play nicely with select_related, prefetch_related</title>
<updated>2014-12-10T21:09:45+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-10T21:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ca7b1f6d5189398be8a0d24b1e01577281b1b187'/>
<id>ca7b1f6d5189398be8a0d24b1e01577281b1b187</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hyperlinked PK optimization. Closes #1872.</title>
<updated>2014-12-09T17:28:56+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-09T17:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=720a37d3dedc501968bebaca3a339c72392b9c81'/>
<id>720a37d3dedc501968bebaca3a339c72392b9c81</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 'validator-pollution' of git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution</title>
<updated>2014-12-09T16:23:33+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-09T16:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8933bc4b14e2814f874bb5a302172c838ae6bfe1'/>
<id>8933bc4b14e2814f874bb5a302172c838ae6bfe1</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>Added ListSerializer.validate(). Closes #2168.</title>
<updated>2014-12-08T14:56:45+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-08T14:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=eee02a47d997bd4439fe5fbdc01979d8f372247a'/>
<id>eee02a47d997bd4439fe5fbdc01979d8f372247a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed unit test for auth login</title>
<updated>2014-12-08T02:06:52+00:00</updated>
<author>
<name>Victor Cabral</name>
</author>
<published>2014-12-07T20:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0c0d65d23294d6976a3d7f9d47eb4b67440e908e'/>
<id>0c0d65d23294d6976a3d7f9d47eb4b67440e908e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test tweaks</title>
<updated>2014-12-05T14:15:58+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-05T14:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=544967f36ed6e29819018428d48da00de74958b9'/>
<id>544967f36ed6e29819018428d48da00de74958b9</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 #2213 from BrickXu/master</title>
<updated>2014-12-05T14:00:59+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-05T14:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c611a2c1fe7370bbe3151cb04b546e3e400acf1e'/>
<id>c611a2c1fe7370bbe3151cb04b546e3e400acf1e</id>
<content type='text'>
Raise error if `fields` on serializer is not a list of strings.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Raise error if `fields` on serializer is not a list of strings.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2200 from maryokhin/master</title>
<updated>2014-12-05T13:14:14+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-05T13:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=65d6cba75f9db0995020f01e9144b6660feb47d6'/>
<id>65d6cba75f9db0995020f01e9144b6660feb47d6</id>
<content type='text'>
Clean up compat code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up compat code</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2195 from tomchristie/tomchristie-escape-u2028-u2029-json</title>
<updated>2014-12-05T12:35:24+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-05T12:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=de4ef6e3945e1281e0145d7ca19b6213f2aebfc6'/>
<id>de4ef6e3945e1281e0145d7ca19b6213f2aebfc6</id>
<content type='text'>
Escape \u2028 and \u2029 in JSON output.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Escape \u2028 and \u2029 in JSON output.</pre>
</div>
</content>
</entry>
</feed>
