<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/tests, branch 3.0.4</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Added DictField and support for HStoreField.</title>
<updated>2015-01-23T16:27:23+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-23T16:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=35f6a8246299d31ecce4f791f9527bf34cebe6e2'/>
<id>35f6a8246299d31ecce4f791f9527bf34cebe6e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added UUIDField.</title>
<updated>2015-01-23T15:24:06+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-23T15:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e8db1834d3a3f6ba05276b64e5681288aa8f9820'/>
<id>e8db1834d3a3f6ba05276b64e5681288aa8f9820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More sensible response caching.</title>
<updated>2015-01-23T12:56:55+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-23T12:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f3b6eedb8aeaa23f4b48551356814837973db31c'/>
<id>f3b6eedb8aeaa23f4b48551356814837973db31c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More graceful handling of malformed Content-Disposition</title>
<updated>2015-01-23T12:26:44+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-23T12:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f1ac9d3f9b6c306b7fa48381006d8259c1642a99'/>
<id>f1ac9d3f9b6c306b7fa48381006d8259c1642a99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing skipUnless(django_filters)</title>
<updated>2015-01-23T11:49:57+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-23T11:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=4cb164b66c0784ce79054925d4744deb5b18d8b2'/>
<id>4cb164b66c0784ce79054925d4744deb5b18d8b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix template loader monkey patching to also support 1.8</title>
<updated>2015-01-23T11:47:01+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-23T11:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e988d578535fcc820d30dc7c59f1e24f5c911d3c'/>
<id>e988d578535fcc820d30dc7c59f1e24f5c911d3c</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>Save objects before assigning them in InheritedModelSerializationTests; Django 1.8 now throws an error when assigning unsaved objects to Foreign Key, GenericForeignKey, and OneToOneFields</title>
<updated>2015-01-18T23:19:11+00:00</updated>
<author>
<name>David Muller</name>
</author>
<published>2015-01-18T23:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b5128ca574d03ea590a198b04043142a3fc7163e'/>
<id>b5128ca574d03ea590a198b04043142a3fc7163e</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 allows omission of value for output. Closes #2342</title>
<updated>2015-01-05T14:32:12+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-01-05T14:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b6ca7248ebcf95a95e1911aa0b130f653b8bf690'/>
<id>b6ca7248ebcf95a95e1911aa0b130f653b8bf690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
