<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/docs/tutorial, branch 2.1.1</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Swap position of `instance` and `data` keyword arguments.</title>
<updated>2012-11-05T10:53:20+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-05T10:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b7b942c5991e677e7df621c00befb075d06edd61'/>
<id>b7b942c5991e677e7df621c00befb075d06edd61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge master</title>
<updated>2012-11-01T23:11:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T23:11:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=36e21153fbc60579c49e46c3f6488ff7bcb1f6ff'/>
<id>36e21153fbc60579c49e46c3f6488ff7bcb1f6ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relational field support in browseable API.</title>
<updated>2012-11-01T23:04:13+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T23:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d327c5f531b341ad980d20454211b02b87f34d0e'/>
<id>d327c5f531b341ad980d20454211b02b87f34d0e</id>
<content type='text'>
Add slug relational fields.
Add quickstart.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add slug relational fields.
Add quickstart.
</pre>
</div>
</content>
</entry>
<entry>
<title>since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to reason to complete the renaming in docs and comments as well.</title>
<updated>2012-11-01T13:06:11+00:00</updated>
<author>
<name>Pavel Savchenko</name>
</author>
<published>2012-11-01T13:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9a0cc7c720d40f7d2408672c49a5d8bfb62c3979'/>
<id>9a0cc7c720d40f7d2408672c49a5d8bfb62c3979</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed typo</title>
<updated>2012-10-31T10:12:09+00:00</updated>
<author>
<name>Stephan Groß</name>
</author>
<published>2012-10-31T10:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=de2ef5d9c24171eb6b945b7822eac809c099fec9'/>
<id>de2ef5d9c24171eb6b945b7822eac809c099fec9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using 'pk' in fields throws KeyError</title>
<updated>2012-10-30T22:37:30+00:00</updated>
<author>
<name>Pavel Savchenko</name>
</author>
<published>2012-10-30T22:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a3ace366db4c664c88bf76b10b40b4c576c130dd'/>
<id>a3ace366db4c664c88bf76b10b40b4c576c130dd</id>
<content type='text'>
add missing imports
Browsable API seems to be working fine with FBV's (2.0.0)
removing snippets from the URI doesn't make sense
remain consistent in using SnippetDetail
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add missing imports
Browsable API seems to be working fine with FBV's (2.0.0)
removing snippets from the URI doesn't make sense
remain consistent in using SnippetDetail
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #341 from minddust/restframework2</title>
<updated>2012-10-30T14:06:53+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-10-30T14:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a13aaea78debc63fce9c134a9a1ee2a0e3d3236c'/>
<id>a13aaea78debc63fce9c134a9a1ee2a0e3d3236c</id>
<content type='text'>
fix ModelSerializer useage</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix ModelSerializer useage</pre>
</div>
</content>
</entry>
<entry>
<title>Final docs tweaks for 2.0</title>
<updated>2012-10-30T13:59:31+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-10-30T13:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=4cdd0b845e10c433358f210c84a2b3fe28543c68'/>
<id>4cdd0b845e10c433358f210c84a2b3fe28543c68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added missing word + removed double whitespace</title>
<updated>2012-10-30T13:53:38+00:00</updated>
<author>
<name>Stephan Groß</name>
</author>
<published>2012-10-30T13:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=3216ac022419710485695a9a21f083f08e012a7f'/>
<id>3216ac022419710485695a9a21f083f08e012a7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added missing word</title>
<updated>2012-10-30T13:38:23+00:00</updated>
<author>
<name>Stephan Groß</name>
</author>
<published>2012-10-30T13:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=aa081678d5fecf6a17b411545571348e047c6846'/>
<id>aa081678d5fecf6a17b411545571348e047c6846</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
