<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/templates, branch 0.11.0</title>
<subtitle>A configurable set of panels that display various debug information about the current request/response.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/'/>
<entry>
<title>Make help text a bit more helpful.</title>
<updated>2013-11-01T16:52:04+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-01T16:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=3003c95626617c5c5331ddf10373e867b6610a63'/>
<id>3003c95626617c5c5331ddf10373e867b6610a63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a checkbox to toggle panels from the frontend.</title>
<updated>2013-11-01T12:50:38+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-10-31T12:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d4e5ef9e969b3cae675de2a602372ae7a639d0a2'/>
<id>d4e5ef9e969b3cae675de2a602372ae7a639d0a2</id>
<content type='text'>
Fix #35.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #35.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add response headers to the Headers panel.</title>
<updated>2013-11-01T12:35:56+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-01T12:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=30180ec9a3d82752e309f5d0f9c685dec097e40d'/>
<id>30180ec9a3d82752e309f5d0f9c685dec097e40d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show all HTTP headers in the headers panel.</title>
<updated>2013-11-01T12:15:33+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-01T12:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=842ed8a0e9d4e4ccadd6114147f8e2805b0a251c'/>
<id>842ed8a0e9d4e4ccadd6114147f8e2805b0a251c</id>
<content type='text'>
Show a relevant subset of the WSGI environ separately.

Fix #62.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show a relevant subset of the WSGI environ separately.

Fix #62.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve display of variables in RequestVars panel.</title>
<updated>2013-10-27T18:15:08+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-10-27T18:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=982f3417dbceece9d39f42ceb7b1ffa0e4a8d625'/>
<id>982f3417dbceece9d39f42ceb7b1ffa0e4a8d625</id>
<content type='text'>
Refs #418.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #418.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting arbitrary attributes on the toolbar.</title>
<updated>2013-10-27T09:24:39+00:00</updated>
<author>
<name>Paulo Scardine</name>
</author>
<published>2013-05-24T01:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=c710140a15222af2cf31b7579c6a5fedf9a482d5'/>
<id>c710140a15222af2cf31b7579c6a5fedf9a482d5</id>
<content type='text'>
Fix #334.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #334.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure the toolbar only outputs valid XML.</title>
<updated>2013-10-18T15:01:52+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-10-18T15:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=186fcb318a87e6e89add597b8dc2d8443a765bc8'/>
<id>186fcb318a87e6e89add597b8dc2d8443a765bc8</id>
<content type='text'>
This allows using it in websites served with the application/xml+xhtml
mime type. Fix #221.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows using it in websites served with the application/xml+xhtml
mime type. Fix #221.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stopped using dict.iter*.</title>
<updated>2013-10-17T16:24:58+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-10-16T21:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=dc19b418a258bf7d7cabebfe83690b5b0291f60f'/>
<id>dc19b418a258bf7d7cabebfe83690b5b0291f60f</id>
<content type='text'>
Since performance isn't a primary concern, the non-iterable versions
will do just fine on Python 2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since performance isn't a primary concern, the non-iterable versions
will do just fine on Python 2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated browser timing javascript to use jQuery, tidied up wording and formatting, and minified js</title>
<updated>2013-05-01T12:53:55+00:00</updated>
<author>
<name>Roger Barnes</name>
</author>
<published>2013-05-01T12:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=076ffdf29c8345ed6a201a53cc868e7c672d6662'/>
<id>076ffdf29c8345ed6a201a53cc868e7c672d6662</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved js to toolbar.js</title>
<updated>2013-05-01T12:15:26+00:00</updated>
<author>
<name>Roger Barnes</name>
</author>
<published>2013-05-01T12:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=36e7a760d9c5782cee1001f3e31c209bc7fb0e22'/>
<id>36e7a760d9c5782cee1001f3e31c209bc7fb0e22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
