<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/examples/sandbox, branch 0.2.4</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>some restyling and updated requirements.txt for yaml support</title>
<updated>2011-06-25T23:38:56+00:00</updated>
<author>
<name>markotibold</name>
</author>
<published>2011-06-25T23:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8cab127c2a99ab027e981f3e9198b7c548f0aa46'/>
<id>8cab127c2a99ab027e981f3e9198b7c548f0aa46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added a container view for the permissions example</title>
<updated>2011-06-25T14:38:16+00:00</updated>
<author>
<name>markotibold</name>
</author>
<published>2011-06-25T14:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=bae21b14c93e458014107a007e894e93a181bd0e'/>
<id>bae21b14c93e458014107a007e894e93a181bd0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added a `permissions` example with just a per-user-throttle which we may want to expand with some auth examples.</title>
<updated>2011-06-19T23:10:25+00:00</updated>
<author>
<name>markotibold</name>
</author>
<published>2011-06-19T23:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=37db771cb97052cdf4890dc47168b995d80ee64e'/>
<id>37db771cb97052cdf4890dc47168b995d80ee64e</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>
<entry>
<title>refactoring resource specfic stuff into ResourceMixin - validators now defunct</title>
<updated>2011-05-12T11:55:13+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-12T11:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=15f9e7c56699d31043782045a9fe47c354f612cb'/>
<id>15f9e7c56699d31043782045a9fe47c354f612cb</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>
