<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/examples/modelresourceexample, branch 0.3.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>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>data flattening needs to go into resource</title>
<updated>2011-05-19T07:36:55+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-19T07:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8c3280f9c0d73c4e2536f1d757ad457b4a8f1de7'/>
<id>8c3280f9c0d73c4e2536f1d757ad457b4a8f1de7</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>
<entry>
<title>Decouple views and resources</title>
<updated>2011-05-04T08:21:17+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-04T08:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d373b3a067796b8e181be9368fa24e89c572c45e'/>
<id>d373b3a067796b8e181be9368fa24e89c572c45e</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>BlogPosts &gt; 10 rotation implemeneted</title>
<updated>2011-03-06T12:26:19+00:00</updated>
<author>
<name>markotibold</name>
</author>
<published>2011-03-06T12:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=177e666fc2b2781fde35dca72dbf1b3710213706'/>
<id>177e666fc2b2781fde35dca72dbf1b3710213706</id>
<content type='text'>
Latest Modelresource example is broken. Required attribute should be set to form, not model. Is fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Latest Modelresource example is broken. Required attribute should be set to form, not model. Is fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>./examples/modelresourceexample/models.py</title>
<updated>2011-03-03T09:02:41+00:00</updated>
<author>
<name>tom christie tom@tomchristie.com</name>
</author>
<published>2011-03-03T09:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=60206e5288d78d1a5e2eccd799350bf96fc27d85'/>
<id>60206e5288d78d1a5e2eccd799350bf96fc27d85</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>
