<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar, branch 0.8.3</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>Bumped version number for bugfix</title>
<updated>2010-03-03T16:06:35+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-03-03T16:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=7ba80e06bc6302593d77be6be3242e37b071a46b'/>
<id>7ba80e06bc6302593d77be6be3242e37b071a46b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #68 - Make sure to only bail because of AJAX requests coming from apps other than ddt.</title>
<updated>2010-03-03T16:04:33+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2010-03-03T12:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=dcf7813d763eeaf927be945b7ed25a165131b1f9'/>
<id>dcf7813d763eeaf927be945b7ed25a165131b1f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated version for 0.8.2 release</title>
<updated>2010-03-02T21:58:52+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-03-02T21:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=55b5a77a56cc04f349dde7c71d0f5bf2d76e0405'/>
<id>55b5a77a56cc04f349dde7c71d0f5bf2d76e0405</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>Adjusted Content-Length if we modify the response.</title>
<updated>2010-02-26T15:50:17+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-02-26T15:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ebdcdc60509663b3515f61fe990491e6cfefa398'/>
<id>ebdcdc60509663b3515f61fe990491e6cfefa398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo looking for `setting.DEBUG`</title>
<updated>2010-02-26T15:40:53+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2010-02-26T15:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=02cecd70a934891424584149863e7c9df738885d'/>
<id>02cecd70a934891424584149863e7c9df738885d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also check for HTTP_X_FORWARDED_FOR in case a proxy like Nginx is used</title>
<updated>2010-02-26T15:09:01+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2010-02-22T14:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=508d83c4111c5884ca7a520b1ccfe7b6c68f2aaf'/>
<id>508d83c4111c5884ca7a520b1ccfe7b6c68f2aaf</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>Added configurable HTML tag to attach toolbar to</title>
<updated>2010-02-21T18:21:11+00:00</updated>
<author>
<name>Davide Callegari</name>
</author>
<published>2010-02-21T18:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=29775b005e371583ab71854ed6998494e4317219'/>
<id>29775b005e371583ab71854ed6998494e4317219</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>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>
<entry>
<title>Don't show the toolbar at all for ajax requests</title>
<updated>2010-02-16T19:48:56+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2010-02-16T19:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=25e96145cfb28079718c89f9e24bc0c7effd1d9d'/>
<id>25e96145cfb28079718c89f9e24bc0c7effd1d9d</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>
