<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/examples, 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>Updated sandbox links</title>
<updated>2012-08-25T18:53:10+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-08-25T18:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=00d3aa21ba3bd5524932a692b75053a24ecbebd2'/>
<id>00d3aa21ba3bd5524932a692b75053a24ecbebd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Fixes broken permissions-example.</title>
<updated>2012-02-29T20:32:10+00:00</updated>
<author>
<name>Marko Tibold</name>
</author>
<published>2012-02-29T20:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=55317b03725dcfba5c3fd5b06b7c507fff69ff13'/>
<id>55317b03725dcfba5c3fd5b06b7c507fff69ff13</id>
<content type='text'>
reverse takes `request` as a kwarg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reverse takes `request` as a kwarg.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove InstanceMixin auto-url magicks.</title>
<updated>2012-02-23T09:21:01+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-02-23T09:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e15494a172f19d9388c0888fb566907aad95de0c'/>
<id>e15494a172f19d9388c0888fb566907aad95de0c</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>Remove staticviews.  Use standard login/logout</title>
<updated>2012-02-21T22:50:41+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-02-21T22:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=66eabe8bd1a539f92c3d677565d69edc29a1721b'/>
<id>66eabe8bd1a539f92c3d677565d69edc29a1721b</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>Use  app for Django 1.2</title>
<updated>2012-02-07T11:22:47+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-02-07T11:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=cbac9244ac93f50210aaf73f626366804581ee9b'/>
<id>cbac9244ac93f50210aaf73f626366804581ee9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In examples settings, use staticfiles for 1.2, django.contrib.staticfiles otherwise</title>
<updated>2012-02-07T11:01:43+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-02-07T11:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0f49f9b2b5c4e36c6edbb9b135e5653bdec46ce2'/>
<id>0f49f9b2b5c4e36c6edbb9b135e5653bdec46ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
