<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/panels, branch 1.1</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 pull request #551 from GomZik/master</title>
<updated>2014-04-03T17:51:30+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-04-03T17:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=568568c7225d506c6ab995410c1b1e45d95b5b52'/>
<id>568568c7225d506c6ab995410c1b1e45d95b5b52</id>
<content type='text'>
Fix UnicodeDecodeError in SQL panel.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix UnicodeDecodeError in SQL panel.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #571 -- Improve database engine detection.</title>
<updated>2014-04-03T17:35:55+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-04-03T17:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=c6a67bbed0c9853a9f9d67c6f55f4a06f9af45b7'/>
<id>c6a67bbed0c9853a9f9d67c6f55f4a06f9af45b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow profiler max depth to be configurable.</title>
<updated>2014-03-13T01:28:54+00:00</updated>
<author>
<name>tschilling</name>
</author>
<published>2014-03-13T01:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=aa99ebc2a22b71bd1894a53059275f7281f67a71'/>
<id>aa99ebc2a22b71bd1894a53059275f7281f67a71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document DISABLE_PANELS.</title>
<updated>2014-03-09T20:51:35+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-03-09T20:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=a9134faef721f0166f25b0ae717ab96e4c3a4a40'/>
<id>a9134faef721f0166f25b0ae717ab96e4c3a4a40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #548 from tim-schilling/disable-panels-by-default-510</title>
<updated>2014-03-09T20:39:21+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-03-09T20:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=88712cf843503b3fb0e97523b80417b08a83d1fd'/>
<id>88712cf843503b3fb0e97523b80417b08a83d1fd</id>
<content type='text'>
Deprecating INTERCEPT_REDIRECTS in favor of DEFAULT_DISABLED_PANELS.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecating INTERCEPT_REDIRECTS in favor of DEFAULT_DISABLED_PANELS.</pre>
</div>
</content>
</entry>
<entry>
<title>Display abbreviated view function name as request panel's subtitle</title>
<updated>2014-03-09T18:39:03+00:00</updated>
<author>
<name>Maik Hoepfel</name>
</author>
<published>2014-03-09T18:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e5638a6b597e9b91b9ff9a9679ed91d981749e97'/>
<id>e5638a6b597e9b91b9ff9a9679ed91d981749e97</id>
<content type='text'>
That's hopefully the most commonly required information from the panel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That's hopefully the most commonly required information from the panel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display main template name as template panel's subtitle</title>
<updated>2014-03-09T18:25:43+00:00</updated>
<author>
<name>Maik Hoepfel</name>
</author>
<published>2014-03-09T18:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=80fafc659305211ca2dee2cebb9bd61b5684d2fe'/>
<id>80fafc659305211ca2dee2cebb9bd61b5684d2fe</id>
<content type='text'>
Frequently, that's the only information required from the templates
panel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Frequently, that's the only information required from the templates
panel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update forms.py</title>
<updated>2014-02-18T09:33:15+00:00</updated>
<author>
<name>Alexey Homza</name>
</author>
<published>2014-02-18T09:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9eec3b68ebca42656ca15d50bbb1dd6b22ab95a7'/>
<id>9eec3b68ebca42656ca15d50bbb1dd6b22ab95a7</id>
<content type='text'>
Fix UnicodeDecodeError exception when sql params has unicode characters</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix UnicodeDecodeError exception when sql params has unicode characters</pre>
</div>
</content>
</entry>
<entry>
<title>Changing the collection to be fully qualified names and for it to be a set not a tuple.</title>
<updated>2014-02-15T13:59:20+00:00</updated>
<author>
<name>tschilling</name>
</author>
<published>2014-02-15T13:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=cc08c0d19bd5d1c7ff2281e3c3e4d92fa932e6d5'/>
<id>cc08c0d19bd5d1c7ff2281e3c3e4d92fa932e6d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecating INTERCEPT_REDIRECTS in favor of DEFAULT_DISABLED_PANELS.</title>
<updated>2014-02-14T19:17:26+00:00</updated>
<author>
<name>tschilling</name>
</author>
<published>2014-02-14T18:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=1a5108a23d97f2c6d111afaff433df64c2211955'/>
<id>1a5108a23d97f2c6d111afaff433df64c2211955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
