<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/utils, branch 3.0.5</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Support assignment in ClassLookupDict</title>
<updated>2015-01-23T15:32:21+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-23T15:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=889a07f5563a0f970639a0958c0dcbc26e82919f'/>
<id>889a07f5563a0f970639a0958c0dcbc26e82919f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around meta API differences</title>
<updated>2015-01-23T11:15:11+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-23T11:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=25a703b42c030f712734ed56b8f1996f8d13ac0c'/>
<id>25a703b42c030f712734ed56b8f1996f8d13ac0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ReturnDict cachable. Closes #2360.</title>
<updated>2015-01-21T14:18:13+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-21T14:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e59b3d1718de549d0e165d03aeea1488ddfe20ee'/>
<id>e59b3d1718de549d0e165d03aeea1488ddfe20ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow missing fields option for inherited serializers. Closes #2388.</title>
<updated>2015-01-21T13:03:37+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-21T13:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=da6ef3d0b0f3a8e688524bbd446d4350a74fd05a'/>
<id>da6ef3d0b0f3a8e688524bbd446d4350a74fd05a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ReturnDict and ReturnList repr as standard dict/list. Closes #2421.</title>
<updated>2015-01-19T14:21:09+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-19T14:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0dffc46cb71ec868cdbb37187ba03dea7bac4e7a'/>
<id>0dffc46cb71ec868cdbb37187ba03dea7bac4e7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle UUID objects in JSONEncoder. Closes #2433.</title>
<updated>2015-01-19T14:19:01+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-19T14:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=da1db34a36f6f0cb8722acbbf7c3182e32995ae3'/>
<id>da1db34a36f6f0cb8722acbbf7c3182e32995ae3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix timedelta JSON serialization on Python 2.6.</title>
<updated>2015-01-19T12:09:08+00:00</updated>
<author>
<name>Fabien Bochu</name>
</author>
<published>2015-01-19T09:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5484d570cb8214c776273b45320e7d1c73b85a34'/>
<id>5484d570cb8214c776273b45320e7d1c73b85a34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.</title>
<updated>2015-01-05T10:52:18+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-05T10:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8cf37449715c32c4a692667814466c7f32e8734f'/>
<id>8cf37449715c32c4a692667814466c7f32e8734f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass at refactoring get_field_info in utils.model_meta</title>
<updated>2014-12-29T08:35:00+00:00</updated>
<author>
<name>Kyle Valade</name>
</author>
<published>2014-12-29T08:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a7479721c844926f377085d8c336a2f60b7b2a38'/>
<id>a7479721c844926f377085d8c336a2f60b7b2a38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only pass max_length for CharField. Closes #2317.</title>
<updated>2014-12-28T11:07:38+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-12-28T11:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ef2eff2abac64ffbed621bb9a72a2229841a1db1'/>
<id>ef2eff2abac64ffbed621bb9a72a2229841a1db1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
