<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework, branch 2.0.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>Fix issues with pk related fields in the browsable API.</title>
<updated>2012-11-02T14:05:14+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-02T14:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b9bff2a984767c4258cad4860addc53a9623bb11'/>
<id>b9bff2a984767c4258cad4860addc53a9623bb11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove accidental egg-info files</title>
<updated>2012-11-01T23:50:00+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T23:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2dec2b9c1346d16ae746defb47b624953bf5f0d0'/>
<id>2dec2b9c1346d16ae746defb47b624953bf5f0d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore *.egg-info</title>
<updated>2012-11-01T23:48:25+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T23:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b8648c08bee3dc67565a5ac3da73395c1185320b'/>
<id>b8648c08bee3dc67565a5ac3da73395c1185320b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks fields docs, and fix 2.0.1 version.</title>
<updated>2012-11-01T23:40:34+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T23:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=062f5caef3dcb76e19f9eed59779f45849a166a1'/>
<id>062f5caef3dcb76e19f9eed59779f45849a166a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2012-11-01T23:15:42+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T23:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=09d70958bd09b65687aabbdfa999a7431d37897f'/>
<id>09d70958bd09b65687aabbdfa999a7431d37897f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #357 from tomchristie/browseable-api-relationships</title>
<updated>2012-11-01T23:12:42+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T23:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5209cd1ddaead780d7a4cf610620f4b7bb6b28ab'/>
<id>5209cd1ddaead780d7a4cf610620f4b7bb6b28ab</id>
<content type='text'>
Relational field support in browseable API.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relational field support in browseable API.</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>Added @ottoyiu.  Thanks!</title>
<updated>2012-11-01T13:31:22+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T13:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=600289a8153eb70542551bab00d59fb7ff0065f0'/>
<id>600289a8153eb70542551bab00d59fb7ff0065f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #351 from asfaltboy/fix_trans_choices</title>
<updated>2012-11-01T13:27:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T13:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5558c0530fcdbf9384ea4ebdccd3a2f24c264d5e'/>
<id>5558c0530fcdbf9384ea4ebdccd3a2f24c264d5e</id>
<content type='text'>
Return choices as unicode and not string</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return choices as unicode and not string</pre>
</div>
</content>
</entry>
</feed>
