<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/docs, branch 2.2.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>Version 2.2.1</title>
<updated>2013-02-22T20:47:41+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-22T20:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d44eb2094211820fbdd014fd2884fd5ed04688ab'/>
<id>d44eb2094211820fbdd014fd2884fd5ed04688ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Note requirements explicitly.</title>
<updated>2013-02-22T20:46:20+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-22T20:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b3019d9824c0ba2f907e16202f6e9400ab7ae80e'/>
<id>b3019d9824c0ba2f907e16202f6e9400ab7ae80e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>defusedxml for security fix.</title>
<updated>2013-02-22T13:17:22+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-22T13:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=dcee027fa97f015ff3b87f0fd72b7995cdd6e155'/>
<id>dcee027fa97f015ff3b87f0fd72b7995cdd6e155</id>
<content type='text'>
As per:
http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per:
http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak TemplateHTMLRenderer docs.</title>
<updated>2013-02-22T08:39:50+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-22T08:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=31f3fa63b2758d1e16f6814f4ac18647412bdddb'/>
<id>31f3fa63b2758d1e16f6814f4ac18647412bdddb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update link to @paulmillr.  Refs #668.</title>
<updated>2013-02-20T09:18:54+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-20T09:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=47a4f0863d08e4b839ea3bbd7308ecc0f995b7d9'/>
<id>47a4f0863d08e4b839ea3bbd7308ecc0f995b7d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don’t use my old nickname in credits.</title>
<updated>2013-02-20T09:12:54+00:00</updated>
<author>
<name>Paul Miller</name>
</author>
<published>2013-02-20T09:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=fc5f982ccc761efd5a6ee320dad7b97ebf9cfad8'/>
<id>fc5f982ccc761efd5a6ee320dad7b97ebf9cfad8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2013-02-19T17:16:48+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-19T17:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c5cf51cf511c84ab3e446376ff38170dcd421958'/>
<id>c5cf51cf511c84ab3e446376ff38170dcd421958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2013-02-19T17:09:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-19T17:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=66a6ffaf957405691d0714fc422b46a6927639a7'/>
<id>66a6ffaf957405691d0714fc422b46a6927639a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention caching.  Closes #659.</title>
<updated>2013-02-15T09:27:37+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-15T09:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=618606888ab34418998d1abfe4668804038ff22f'/>
<id>618606888ab34418998d1abfe4668804038ff22f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added @pelme, for TimeField addition.</title>
<updated>2013-02-15T09:19:10+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-15T09:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=50a9070e469dfc3c1018e9eee8ac9fe8c1a5f552'/>
<id>50a9070e469dfc3c1018e9eee8ac9fe8c1a5f552</id>
<content type='text'>
Refs #660.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #660.
</pre>
</div>
</content>
</entry>
</feed>
