<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/examples, branch 0.3.3</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<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>
<entry>
<title>Use `staticfiles` for serving css.  Fixes #116.</title>
<updated>2012-01-28T18:54:02+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-01-28T18:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=765ec0b76ea22c857190ee6a25e9e6615e5b0c5e'/>
<id>765ec0b76ea22c857190ee6a25e9e6615e5b0c5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #146</title>
<updated>2012-01-27T19:45:53+00:00</updated>
<author>
<name>Marko Tibold</name>
</author>
<published>2012-01-27T19:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=cb6f62b2afdb00d04a251dafa1a8d7a6bf620737'/>
<id>cb6f62b2afdb00d04a251dafa1a8d7a6bf620737</id>
<content type='text'>
rest.ep.io now runs tip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rest.ep.io now runs tip.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup authentication example</title>
<updated>2012-01-24T19:27:18+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-01-24T19:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9ce864e63bd7e93e4602f687423f905749fbc0ea'/>
<id>9ce864e63bd7e93e4602f687423f905749fbc0ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix .delete on object store example.</title>
<updated>2012-01-21T10:07:33+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-01-21T10:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=bf8fe66f443381981ee0b1d8583895a5a57b69e5'/>
<id>bf8fe66f443381981ee0b1d8583895a5a57b69e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#75 remove except statements which are overly broad in the exception they catch</title>
<updated>2012-01-04T18:05:12+00:00</updated>
<author>
<name>Craig Blaszczyk</name>
</author>
<published>2012-01-04T18:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=46e4ba258fd2e74384a6a43b9edbe55754518bc2'/>
<id>46e4ba258fd2e74384a6a43b9edbe55754518bc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an extra explenation on how to use curl on this view.</title>
<updated>2012-01-02T13:55:19+00:00</updated>
<author>
<name>Marko Tibold</name>
</author>
<published>2012-01-02T13:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=412727440beb678ba3beef78ee0b934d412afe64'/>
<id>412727440beb678ba3beef78ee0b934d412afe64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup for epio</title>
<updated>2011-12-30T15:51:06+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-12-30T15:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=fd449204c1e2987bd2f05b43ab3ed03e7569f99a'/>
<id>fd449204c1e2987bd2f05b43ab3ed03e7569f99a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ep.io fixes</title>
<updated>2011-12-30T15:33:14+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-12-30T15:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b8bfebc83719a7c286fee413bb44fffedac1a8d0'/>
<id>b8bfebc83719a7c286fee413bb44fffedac1a8d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
