<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/djangorestframework/runtests, branch 0.3.3</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Update test settings for 1.2</title>
<updated>2012-02-01T20:24:45+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-02-01T20:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7886fa2b16fe9a82b1b83b7e2ddc361870b21d48'/>
<id>7886fa2b16fe9a82b1b83b7e2ddc361870b21d48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>django-staticfiles for Django 1.2 compatability</title>
<updated>2012-01-31T09:05:52+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-01-31T09:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b2fcfffb3bdaed89d39ee563c58dc0ede5e857ac'/>
<id>b2fcfffb3bdaed89d39ee563c58dc0ede5e857ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't raise when in compat mode, just pass.</title>
<updated>2012-01-04T12:55:37+00:00</updated>
<author>
<name>Marko Tibold</name>
</author>
<published>2012-01-04T12:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=30d881e215e4fbf50019baa99faf3ca2d78052b2'/>
<id>30d881e215e4fbf50019baa99faf3ca2d78052b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2011-12-29T13:31:12+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-12-29T13:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=07349597ab936dc9887caa70b5d7d2860c897b12'/>
<id>07349597ab936dc9887caa70b5d7d2860c897b12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if session authentication is being used</title>
<updated>2011-12-14T20:10:06+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-12-14T20:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d53f7f45b4297aaf247aefd85093e2a0b413b4c4'/>
<id>d53f7f45b4297aaf247aefd85093e2a0b413b4c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve coverage reporting</title>
<updated>2011-07-13T11:37:52+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-07-13T11:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=39d9ac9d1ba8635629891f3fb7d4ed7a134c984c'/>
<id>39d9ac9d1ba8635629891f3fb7d4ed7a134c984c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add unit tests which show m2m creation failing for through table</title>
<updated>2011-07-08T16:37:20+00:00</updated>
<author>
<name>Craig Blaszczyk</name>
</author>
<published>2011-07-08T16:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=6e6b35b5c03d66f612e55c29e11d3096cd2703ac'/>
<id>6e6b35b5c03d66f612e55c29e11d3096cd2703ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy up oauth imports slightly</title>
<updated>2011-06-30T07:52:55+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-06-30T07:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8bafa01abd9bcc104aa413f09ab9505abb3526a2'/>
<id>8bafa01abd9bcc104aa413f09ab9505abb3526a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pull in David's initial oauth tests</title>
<updated>2011-06-28T07:53:53+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-06-28T07:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e5e019b0b3abc41118a50af7878541b305c2bd5e'/>
<id>e5e019b0b3abc41118a50af7878541b305c2bd5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow .json .html .xml style urls and also allow these formats to be specified in a "?format=..." query string.</title>
<updated>2011-06-26T14:03:36+00:00</updated>
<author>
<name>Michael Fötsch</name>
</author>
<published>2011-06-26T14:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d8bec115ad67c4b4c02b7d2091fd8b85b9b1f7d4'/>
<id>d8bec115ad67c4b4c02b7d2091fd8b85b9b1f7d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
