<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/docs/tutorial, branch 2.2.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>Renamed UserInstance to UserDetail in docs</title>
<updated>2013-02-25T20:31:12+00:00</updated>
<author>
<name>Danilo Bargen</name>
</author>
<published>2013-02-25T20:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=70db39859586aa49b6065ee1625fbfba3b50ae23'/>
<id>70db39859586aa49b6065ee1625fbfba3b50ae23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix curl response.</title>
<updated>2013-02-23T22:13:06+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-23T22:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=4599cd97cbbfd2f569408cbadef3a3753d19f406'/>
<id>4599cd97cbbfd2f569408cbadef3a3753d19f406</id>
<content type='text'>
Didn't map to the correct stage of the tutorial.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Didn't map to the correct stage of the tutorial.
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling.</title>
<updated>2013-02-23T22:07:33+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-23T22:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ea7d73f57e4cb69d5321188e33019c7ab3b89d8e'/>
<id>ea7d73f57e4cb69d5321188e33019c7ab3b89d8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Autenticating with curl example.</title>
<updated>2013-02-23T21:52:46+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-23T21:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=4a80dff1efee238ef789a2f90ba150d05566d3e2'/>
<id>4a80dff1efee238ef789a2f90ba150d05566d3e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting.</title>
<updated>2013-02-23T21:52:26+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-23T21:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9e2131715a40110a5130a1f391de7989b2ed23a9'/>
<id>9e2131715a40110a5130a1f391de7989b2ed23a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add curl examples.</title>
<updated>2013-02-23T21:29:52+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-23T21:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5b03de8287b04177c30815f5c798fe5c69e0d122'/>
<id>5b03de8287b04177c30815f5c798fe5c69e0d122</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing `blank=True` to model in tutorial.</title>
<updated>2013-02-23T21:29:13+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-23T21:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=41d3fe09cf3dd80cb8efed13dd886645ae7be470'/>
<id>41d3fe09cf3dd80cb8efed13dd886645ae7be470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Missing imports added</title>
<updated>2013-02-14T11:21:54+00:00</updated>
<author>
<name>eofs</name>
</author>
<published>2013-02-14T11:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=34145408cb73213c2f6c1e9ab53795e6d7e3a3f6'/>
<id>34145408cb73213c2f6c1e9ab53795e6d7e3a3f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `many=True` for serializers.</title>
<updated>2013-02-12T08:58:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-12T08:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=55fdac4176ac6629481a8cca8dd2463da9c594a2'/>
<id>55fdac4176ac6629481a8cca8dd2463da9c594a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New style object-level permission checks</title>
<updated>2013-02-12T08:58:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-11T12:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=09b01887f234be55c14943028330f569823b2369'/>
<id>09b01887f234be55c14943028330f569823b2369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
