<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/djangorestframework/content.py, branch 2.4.2</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Refactor to use self.CONTENT to access request body.  Get file upload working</title>
<updated>2011-04-02T15:32:37+00:00</updated>
<author>
<name>tom christie tom@tomchristie.com</name>
</author>
<published>2011-04-02T15:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=4687db680cda52e9836743940e4cf7279b307294'/>
<id>4687db680cda52e9836743940e4cf7279b307294</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation + tests + debugging for formparsers</title>
<updated>2011-03-11T12:34:39+00:00</updated>
<author>
<name>sebpiq</name>
</author>
<published>2011-03-11T12:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d6c13a9e5caee653f7a8f3150c00aa574aa15700'/>
<id>d6c13a9e5caee653f7a8f3150c00aa574aa15700</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 test</title>
<updated>2011-03-10T14:59:21+00:00</updated>
<author>
<name>sebpiq</name>
</author>
<published>2011-03-10T14:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b117f7bd4503e74160c42b4ac1de3f8ea1132731'/>
<id>b117f7bd4503e74160c42b4ac1de3f8ea1132731</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation</title>
<updated>2011-03-10T14:49:11+00:00</updated>
<author>
<name>sebpiq</name>
</author>
<published>2011-03-10T14:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2d8e4e056b1b6f822d02d614955ee1f220e2fdda'/>
<id>2d8e4e056b1b6f822d02d614955ee1f220e2fdda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed useless stuff, request.POST and FILES not used + some doc</title>
<updated>2011-03-10T14:03:46+00:00</updated>
<author>
<name>sebpiq</name>
</author>
<published>2011-03-10T14:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=26e10d0e3fadf1ff87da1650e30c1de34392b0d4'/>
<id>26e10d0e3fadf1ff87da1650e30c1de34392b0d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FomrParser now implements a work around for empty values in a list</title>
<updated>2011-03-04T15:23:18+00:00</updated>
<author>
<name>spiq</name>
</author>
<published>2011-03-04T15:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2169c85dbb011beb411a5c37ebc8d700b0984ce8'/>
<id>2169c85dbb011beb411a5c37ebc8d700b0984ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>forms and multipat parsers now flaten data</title>
<updated>2011-03-04T15:06:44+00:00</updated>
<author>
<name>spiq</name>
</author>
<published>2011-03-04T15:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=033c0ae797e0bbb39a0687592d5b5f8eceb4d4dd'/>
<id>033c0ae797e0bbb39a0687592d5b5f8eceb4d4dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for PUT files</title>
<updated>2011-03-04T10:28:20+00:00</updated>
<author>
<name>spiq</name>
</author>
<published>2011-03-04T10:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=91b33659b562f26665cebc3c7d8aba6d57e9386c'/>
<id>91b33659b562f26665cebc3c7d8aba6d57e9386c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor a bunch of stuff into mixins, more tests</title>
<updated>2011-02-07T08:23:54+00:00</updated>
<author>
<name>tom christie tom@tomchristie.com</name>
</author>
<published>2011-02-07T08:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=027ffed21064b1ec304a1ea559104382313d76f4'/>
<id>027ffed21064b1ec304a1ea559104382313d76f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Huge stack of refactoring getting stuff into Mixin classes, and loads of tests.  Kickass.</title>
<updated>2011-02-04T21:52:21+00:00</updated>
<author>
<name>tom christie tom@tomchristie.com</name>
</author>
<published>2011-02-04T21:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=fcd7f414c407c8dab7c0badbfa16476826dad3ae'/>
<id>fcd7f414c407c8dab7c0badbfa16476826dad3ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
