<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/templates, 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>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>
<entry>
<title>Merge pull request #135 from acdha/django-debug-toolbar</title>
<updated>2011-02-03T23:42:04+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2011-02-03T23:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=a50ff2c97dc37f22d780304ceabd1331b5ac1039'/>
<id>a50ff2c97dc37f22d780304ceabd1331b5ac1039</id>
<content type='text'>
---

This is mostly just because my in-browser validation badges fail if debug-toolbar is active.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
---

This is mostly just because my in-browser validation badges fail if debug-toolbar is active.
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML validation: avoid injecting &lt;style&gt; in &lt;body&gt;</title>
<updated>2011-02-03T15:22:24+00:00</updated>
<author>
<name>Chris Adams</name>
</author>
<published>2011-02-03T15:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=1efd6e652e35aa32339f2d5d6d8772a172646c84'/>
<id>1efd6e652e35aa32339f2d5d6d8772a172646c84</id>
<content type='text'>
This avoids causing otherwise valid HTML to fail 
validation because &lt;style&gt; is only allowed in &lt;head&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids causing otherwise valid HTML to fail 
validation because &lt;style&gt; is only allowed in &lt;head&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for LogBook. Thanks to Vincent Driessen for the idea and</title>
<updated>2011-01-09T18:06:25+00:00</updated>
<author>
<name>Vincent Driessen</name>
</author>
<published>2011-01-09T18:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=1d90d8e19c8f7a06a8f3e61535f4f83c12cb58c6'/>
<id>1d90d8e19c8f7a06a8f3e61535f4f83c12cb58c6</id>
<content type='text'>
patch.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added print style to hide toolbar, fixing issue #90.</title>
<updated>2010-11-08T21:31:07+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-11-08T21:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=a388a4db29e854c48354b1c6fafdf0a1fc04e541'/>
<id>a388a4db29e854c48354b1c6fafdf0a1fc04e541</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTML Validation fixes</title>
<updated>2010-10-20T17:00:33+00:00</updated>
<author>
<name>Chris Adams</name>
</author>
<published>2010-10-20T16:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d83df7141239a2ca6f43f0b96c91919641e36f3f'/>
<id>d83df7141239a2ca6f43f0b96c91919641e36f3f</id>
<content type='text'>
It turns out that &lt;script … charset="utf-8"&gt;inline script&lt;/script&gt; is
not valid (charset is valid with script src). This avoids debug_toolbar
causing HTML validation errors simply by being active.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that &lt;script … charset="utf-8"&gt;inline script&lt;/script&gt; is
not valid (charset is valid with script src). This avoids debug_toolbar
causing HTML validation errors simply by being active.

Signed-off-by: Rob Hudson &lt;rob@cogit8.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CSS classes to the SQL panel tables.</title>
<updated>2010-10-18T14:20:43+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-10-18T14:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=af205241fe51b2ebb5ec9789ac5e1074cd005333'/>
<id>af205241fe51b2ebb5ec9789ac5e1074cd005333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue 83, unstyled toolbar flash.</title>
<updated>2010-09-07T21:21:21+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-09-07T21:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d6911f737070f46984befe621878fcf7f1b6176e'/>
<id>d6911f737070f46984befe621878fcf7f1b6176e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed to maintain Django 1.0 compatibility.</title>
<updated>2010-02-26T16:05:36+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-02-26T16:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=25d97a4a097230a119cd1f9ca1d997341aeb75f1'/>
<id>25d97a4a097230a119cd1f9ca1d997341aeb75f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #60 - Added MEDIA_URL config option to be able to override the URL to the static files (good with django-staticfiles). Also moved media files to subdirectories like other apps.</title>
<updated>2010-02-16T23:40:07+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2010-02-16T21:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=3bfcb1d76ad08146958038455450369bd3ea4e07'/>
<id>3bfcb1d76ad08146958038455450369bd3ea4e07</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>
</feed>
