<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/templates, branch 2.3.9</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Removed commented-out credits from footer to make django-debug-toolbar work.</title>
<updated>2013-10-24T15:53:02+00:00</updated>
<author>
<name>Jakub Roztočil</name>
</author>
<published>2013-10-24T15:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=be55a3c5c7f0c573129903e29b7c9dfc02dd5958'/>
<id>be55a3c5c7f0c573129903e29b7c9dfc02dd5958</id>
<content type='text'>
The comment, although valid, caused that the Django debug toolbar's injected HTML was partially commented-out and thus the toolbar didn't work as expected.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The comment, although valid, caused that the Django debug toolbar's injected HTML was partially commented-out and thus the toolbar didn't work as expected.</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to customize description so that markup can be accepted if needed.</title>
<updated>2013-10-16T13:15:02+00:00</updated>
<author>
<name>Omer Katz</name>
</author>
<published>2013-10-08T14:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d31fd33f4bbd52fa60949b15c2614528991e2c7a'/>
<id>d31fd33f4bbd52fa60949b15c2614528991e2c7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rendering of forms and add error rendering on HTML form</title>
<updated>2013-10-02T15:13:34+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-10-02T15:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8d4ba478cc5725b4de6ab86b4825b1ea94cb4c7b'/>
<id>8d4ba478cc5725b4de6ab86b4825b1ea94cb4c7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Serializers can now be rendered directly to HTML</title>
<updated>2013-10-02T12:45:35+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-10-02T12:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a14f1e886402b8d0f742fdbb912b03a4004e1735'/>
<id>a14f1e886402b8d0f742fdbb912b03a4004e1735</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #1109 -- Update docs. Integrate changes from feedback.</title>
<updated>2013-09-13T14:54:44+00:00</updated>
<author>
<name>Tai Lee</name>
</author>
<published>2013-09-13T14:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a9dbd46c9470003a1dd41e66a113d50b0217a110'/>
<id>a9dbd46c9470003a1dd41e66a113d50b0217a110</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`.</title>
<updated>2013-09-13T13:11:44+00:00</updated>
<author>
<name>Tai Lee</name>
</author>
<published>2013-09-13T12:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=bb3261ca489104e3dea434aa11d76f370e938ca8'/>
<id>bb3261ca489104e3dea434aa11d76f370e938ca8</id>
<content type='text'>
Replace hard coded response status check with `allow_form` context
variable, so that it can be overridden in a custom renderer class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace hard coded response status check with `allow_form` context
variable, so that it can be overridden in a custom renderer class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tab preferences on PUT forms</title>
<updated>2013-08-29T19:38:55+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-08-29T19:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=44f8d1bef22d5f308fdbdfc29e6418816c3c27dd'/>
<id>44f8d1bef22d5f308fdbdfc29e6418816c3c27dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve tab preference in cookies.</title>
<updated>2013-08-29T19:35:59+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-08-29T19:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1fa2d823cc9f2dcf301b0e3ce7f47acfcdfcb305'/>
<id>1fa2d823cc9f2dcf301b0e3ce7f47acfcdfcb305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass at HTMLFormRenderer</title>
<updated>2013-08-23T13:38:31+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-08-23T13:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0966a2680ba02e6a4586bd2777ed593fcc66a453'/>
<id>0966a2680ba02e6a4586bd2777ed593fcc66a453</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PATCH button title in template</title>
<updated>2013-08-12T12:44:00+00:00</updated>
<author>
<name>Yuri Prezument</name>
</author>
<published>2013-08-12T12:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=cd5f1bb229f82cb1bf00c322fd5b688cf0638e97'/>
<id>cd5f1bb229f82cb1bf00c322fd5b688cf0638e97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
