<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/examples/blogpost, 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>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>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>update some examples</title>
<updated>2011-06-15T13:09:57+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-06-15T13:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ff6e78323f88fd58b1de5b02e2440c2fc24c9c8b'/>
<id>ff6e78323f88fd58b1de5b02e2440c2fc24c9c8b</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>Support for nesting resources etc...</title>
<updated>2011-06-14T17:22:13+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-06-14T17:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=412b5fc2d54def2f2601b860b80afaa52d595e58'/>
<id>412b5fc2d54def2f2601b860b80afaa52d595e58</id>
<content type='text'>
--HG--
rename : djangorestframework/tests/resources.py =&gt; djangorestframework/tests/serializer.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : djangorestframework/tests/resources.py =&gt; djangorestframework/tests/serializer.py
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed the blogpost-tests</title>
<updated>2011-06-08T23:47:30+00:00</updated>
<author>
<name>markotibold</name>
</author>
<published>2011-06-08T23:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=dac7eb0916eef061a119b5f2a293fe8b8ae9d5bf'/>
<id>dac7eb0916eef061a119b5f2a293fe8b8ae9d5bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix example tests</title>
<updated>2011-06-08T00:03:53+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-06-08T00:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c7c1408875909ddb58111a82fd0e8250137d0490'/>
<id>c7c1408875909ddb58111a82fd0e8250137d0490</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
