<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/examples/mixin, branch master</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Remove examples (to be moved to a seperate project)</title>
<updated>2012-08-29T18:54:38+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-08-29T18:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=eea2aa04378d27d79e7aba12ce95c697148bd57e'/>
<id>eea2aa04378d27d79e7aba12ce95c697148bd57e</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>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>emitters -&gt; renderers</title>
<updated>2011-05-02T18:49:12+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-02T18:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8756664e064a18afc4713d921c318cd968f18433'/>
<id>8756664e064a18afc4713d921c318cd968f18433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>emitters -&gt; renderers</title>
<updated>2011-04-28T18:54:30+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-04-28T18:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=93aa065fa92f64472a3ee80564020a81776be742'/>
<id>93aa065fa92f64472a3ee80564020a81776be742</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up tests and examples after refactoring</title>
<updated>2011-04-27T17:07:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-04-27T17:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=028851bfa1ee44b8e92808b18d32278d4a473cc8'/>
<id>028851bfa1ee44b8e92808b18d32278d4a473cc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Yowzers.  Final big bunch of refactoring for 0.1 release.  Now support Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test.  All sorts of goodness.  Getting ready to push this out now.</title>
<updated>2011-02-19T10:26:27+00:00</updated>
<author>
<name>tom christie tom@tomchristie.com</name>
</author>
<published>2011-02-19T10:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=805aa03ec1871f6a766d9052b348ddce9e9843c3'/>
<id>805aa03ec1871f6a766d9052b348ddce9e9843c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
