<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework, branch gh-pages</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Update documentation</title>
<updated>2015-03-24T15:10:54+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-24T15:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=43f35f0cdc39357c48d6de4c3be05e395a2b9196'/>
<id>43f35f0cdc39357c48d6de4c3be05e395a2b9196</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2015-03-23T11:46:06+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-23T11:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e253ca5d0b6311fe3c7ebe9d1313b5f20300f099'/>
<id>e253ca5d0b6311fe3c7ebe9d1313b5f20300f099</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2015-03-23T11:38:30+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-23T11:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=eaafb9bd80840a2d40e72741c0c00ae20c66cd05'/>
<id>eaafb9bd80840a2d40e72741c0c00ae20c66cd05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2015-03-23T11:37:42+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-23T11:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b7f9f794ec408cf1525d8b62a2613fc522abe6c6'/>
<id>b7f9f794ec408cf1525d8b62a2613fc522abe6c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2015-03-23T11:34:01+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-23T11:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5e96a1ddf17946595a22083b035f99418dd2cbd7'/>
<id>5e96a1ddf17946595a22083b035f99418dd2cbd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2015-03-16T12:55:10+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-16T12:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=09d51ea4e256ed99421dc52cd6b4626e7172b667'/>
<id>09d51ea4e256ed99421dc52cd6b4626e7172b667</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 #2670 from esmail/patch-1</title>
<updated>2015-03-11T15:20:14+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-11T15:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=64c44bf357b37d9fcccac67df27cca0fae4fe66b'/>
<id>64c44bf357b37d9fcccac67df27cca0fae4fe66b</id>
<content type='text'>
Fix example of explicit format URL.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix example of explicit format URL.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix example of explicit format URL.</title>
<updated>2015-03-11T15:01:10+00:00</updated>
<author>
<name>Esmail</name>
</author>
<published>2015-03-11T15:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f723091ee907b5783723348b64c37d5d93751f18'/>
<id>f723091ee907b5783723348b64c37d5d93751f18</id>
<content type='text'>
The link is displayed in the tutorial as "http://example.com/api/items/4.json" but the hyperlink itself and what the example code actually works with are (in my opinion, less pretty) URLs like "http://example.com/api/items/4/.json".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The link is displayed in the tutorial as "http://example.com/api/items/4.json" but the hyperlink itself and what the example code actually works with are (in my opinion, less pretty) URLs like "http://example.com/api/items/4/.json".</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2015-03-09T10:18:32+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-09T10:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1d65378886990a1dc5c36403d454ce251fbda457'/>
<id>1d65378886990a1dc5c36403d454ce251fbda457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2015-03-06T14:01:52+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-06T14:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b23778baf9258f6c775e446489e165b1415e9fbc'/>
<id>b23778baf9258f6c775e446489e165b1415e9fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
