<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/examples/pygments_api, branch 0.4.0</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Fix broken pygments test.</title>
<updated>2012-03-27T21:40:33+00:00</updated>
<author>
<name>Marko Tibold</name>
</author>
<published>2012-03-27T21:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e53c819cc7a5567f2c29375550e9ff62ec20d472'/>
<id>e53c819cc7a5567f2c29375550e9ff62ec20d472</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reverse takes request as a kwarg for compatibility with django's reverse</title>
<updated>2012-02-23T08:58:10+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-02-23T08:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2b59df004a5bb7449aa4c07277ac846c330a79f7'/>
<id>2b59df004a5bb7449aa4c07277ac846c330a79f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reverse gets it's own module</title>
<updated>2012-02-21T20:47:55+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-02-21T20:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ca9465f11e3310b7b1e18cd893e96b69963f68c9'/>
<id>ca9465f11e3310b7b1e18cd893e96b69963f68c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update examples to use the new custom `reverse()'</title>
<updated>2012-02-21T13:51:32+00:00</updated>
<author>
<name>Daniel Izquierdo</name>
</author>
<published>2012-02-20T10:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c7e7279d979a346b5d1c950cc960183013799c41'/>
<id>c7e7279d979a346b5d1c950cc960183013799c41</id>
<content type='text'>
This fixes #167 except for the docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes #167 except for the docs
</pre>
</div>
</content>
</entry>
<entry>
<title>#75 remove except statements which are overly broad in the exception they catch</title>
<updated>2012-01-04T18:05:12+00:00</updated>
<author>
<name>Craig Blaszczyk</name>
</author>
<published>2012-01-04T18:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=46e4ba258fd2e74384a6a43b9edbe55754518bc2'/>
<id>46e4ba258fd2e74384a6a43b9edbe55754518bc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup for epio</title>
<updated>2011-12-30T15:51:06+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-12-30T15:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=fd449204c1e2987bd2f05b43ab3ed03e7569f99a'/>
<id>fd449204c1e2987bd2f05b43ab3ed03e7569f99a</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>Allow related models to be fully serialized</title>
<updated>2011-06-15T13:09:01+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-06-15T13:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7dcb851c7f1e4bc01105fc5856494c196827fe2e'/>
<id>7dcb851c7f1e4bc01105fc5856494c196827fe2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow views to return HttpResponses.  Add initial() hook method</title>
<updated>2011-05-24T09:27:24+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-24T09:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=370274f5640d55ef71422f7a2440710a43ff900e'/>
<id>370274f5640d55ef71422f7a2440710a43ff900e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing some of the last blocking issues</title>
<updated>2011-05-16T13:11:36+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-16T13:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1e04790d505a1174f9e3c4481288982f9e7fd6c0'/>
<id>1e04790d505a1174f9e3c4481288982f9e7fd6c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
