<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework, branch 2.1.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>Version 2.1.5</title>
<updated>2012-11-23T13:09:14+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-23T13:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=95aa99d8dfc4b073bf549f5acba8ef2387512c86'/>
<id>95aa99d8dfc4b073bf549f5acba8ef2387512c86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo.  Fixes #437.</title>
<updated>2012-11-23T13:09:14+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-23T13:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=412f737ab2ea10bfb41e1737e338996f9f458320'/>
<id>412f737ab2ea10bfb41e1737e338996f9f458320</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 #439 from irrelative/master</title>
<updated>2012-11-23T00:17:47+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-23T00:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7ade5add2193256d8838e140b73d38f97b1810c6'/>
<id>7ade5add2193256d8838e140b73d38f97b1810c6</id>
<content type='text'>
Cache all fields per serializer instance</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cache all fields per serializer instance</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded and incorrect self reference</title>
<updated>2012-11-22T20:22:30+00:00</updated>
<author>
<name>jedavis83@gmail.com</name>
</author>
<published>2012-11-22T20:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2e36e0c9106ad8de49ce8c169083ec1d09448458'/>
<id>2e36e0c9106ad8de49ce8c169083ec1d09448458</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More consistent iteration over default_fields, per feedback.</title>
<updated>2012-11-22T19:27:55+00:00</updated>
<author>
<name>jedavis83@gmail.com</name>
</author>
<published>2012-11-22T19:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=08e7818530757fe4b5fb75ba9c6b1db2bf54ee5d'/>
<id>08e7818530757fe4b5fb75ba9c6b1db2bf54ee5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep Serializer.fields API consistent while caching values.</title>
<updated>2012-11-22T18:50:29+00:00</updated>
<author>
<name>jedavis83@gmail.com</name>
</author>
<published>2012-11-22T18:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e9944f82d1efd7c6bf89ca02fb9e41b9b8973129'/>
<id>e9944f82d1efd7c6bf89ca02fb9e41b9b8973129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 2.1.4</title>
<updated>2012-11-22T17:49:53+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-22T17:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ac84c2ed2e3571b918f6c995a8f753e86c8126f1'/>
<id>ac84c2ed2e3571b918f6c995a8f753e86c8126f1</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 #441 from dbachrach/master</title>
<updated>2012-11-22T10:17:20+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-22T10:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ec437e3e0f4dce2c917270bf6b4b0ac06ca68b99'/>
<id>ec437e3e0f4dce2c917270bf6b4b0ac06ca68b99</id>
<content type='text'>
Add widgets for DateField and DateTimeField</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add widgets for DateField and DateTimeField</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into partial-update</title>
<updated>2012-11-21T17:37:22+00:00</updated>
<author>
<name>Mark Aaron Shirley</name>
</author>
<published>2012-11-21T17:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0876bed96304c3c2125e0de67736d40bfe921cf7'/>
<id>0876bed96304c3c2125e0de67736d40bfe921cf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>partial argument should override required</title>
<updated>2012-11-21T17:36:37+00:00</updated>
<author>
<name>Mark Aaron Shirley</name>
</author>
<published>2012-11-21T17:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1adfc41dc7c7e50edbf72f87ebf62bae33eb212c'/>
<id>1adfc41dc7c7e50edbf72f87ebf62bae33eb212c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
