<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar, branch v0.8.5</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>Merge branch 'release/v0.8.5'</title>
<updated>2011-04-25T18:26:21+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-04-25T18:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=930f33bfe9526cc7b917853da473a358ec5fc071'/>
<id>930f33bfe9526cc7b917853da473a358ec5fc071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped version and updated NEWS</title>
<updated>2011-04-25T18:26:01+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-04-25T18:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=6479ad305ab763a5eceb68c8eb0806caa6b63f77'/>
<id>6479ad305ab763a5eceb68c8eb0806caa6b63f77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure if we're overriding the urlconf that we're resetting handler404/500</title>
<updated>2011-04-25T18:09:25+00:00</updated>
<author>
<name>David Cramer</name>
</author>
<published>2011-04-18T23:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=1ba439bff713560b0aa5340bd25c57bdc8152d5f'/>
<id>1ba439bff713560b0aa5340bd25c57bdc8152d5f</id>
<content type='text'>
Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated middleware logic to avoid work if content-type isn't right.</title>
<updated>2011-04-20T21:29:00+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-04-20T21:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f3a9b2b58bb468f65a5d5de2a5f8cb4b5ffe8b67'/>
<id>f3a9b2b58bb468f65a5d5de2a5f8cb4b5ffe8b67</id>
<content type='text'>
If content-type isn't an HTML type, we no longer process the panels or
try to adjust the content length header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If content-type isn't an HTML type, we no longer process the panels or
try to adjust the content length header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change .load() calls to GET to avoid CSRF protection.</title>
<updated>2011-04-20T21:18:10+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-04-20T21:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=700de5a514cebe2ad5b865401b05480fea469f39'/>
<id>700de5a514cebe2ad5b865401b05480fea469f39</id>
<content type='text'>
Thanks to Tomasz Buchert for the suggestion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Tomasz Buchert for the suggestion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Made views for AJAX sub-panels CSRF exempt."</title>
<updated>2011-04-20T21:13:48+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-04-20T21:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=cc1f3b95cc3d465ab0312f474419eae7ec0cdcdb'/>
<id>cc1f3b95cc3d465ab0312f474419eae7ec0cdcdb</id>
<content type='text'>
This reverts commit 0b2fcf045e9434c6efbbddae07d8b79b779483a5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0b2fcf045e9434c6efbbddae07d8b79b779483a5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stripped out logging of SQL queries from logging panel.</title>
<updated>2011-04-08T16:34:36+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-04-08T16:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ad8071f6657b539570949bef6d4d82c89bfd19fe'/>
<id>ad8071f6657b539570949bef6d4d82c89bfd19fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated sql panel to include logging support.</title>
<updated>2011-04-08T16:33:45+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-04-08T16:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ed26be9548a4dedc5b3b21bf338e5a0a9bd2484b'/>
<id>ed26be9548a4dedc5b3b21bf338e5a0a9bd2484b</id>
<content type='text'>
This matches Django's added logging support to the debug cursor.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches Django's added logging support to the debug cursor.</pre>
</div>
</content>
</entry>
<entry>
<title>Added protection against toolbar injections on gzipped responses.</title>
<updated>2011-04-06T15:16:31+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-04-06T15:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=0983bd16ab889b40b430007055687dc909d9536f'/>
<id>0983bd16ab889b40b430007055687dc909d9536f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic support for multi-db.</title>
<updated>2011-04-06T14:52:45+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-04-06T14:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=634bd0d68cb30d25705a049d46aa72e9a64e9dbd'/>
<id>634bd0d68cb30d25705a049d46aa72e9a64e9dbd</id>
<content type='text'>
Thanks to David Cramer, Ionel Cristian Mărieș, noah256, and Sander
Steffann, who all supplied patches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to David Cramer, Ionel Cristian Mărieș, noah256, and Sander
Steffann, who all supplied patches.
</pre>
</div>
</content>
</entry>
</feed>
