<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/panels, branch v0.9.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>Don't blow up if INSTALLED_APPS is a tuple</title>
<updated>2011-11-30T17:22:03+00:00</updated>
<author>
<name>Chris Lamb</name>
</author>
<published>2011-11-30T17:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=5748f9b3e110b5f3621242f9fc262a4619e23d15'/>
<id>5748f9b3e110b5f3621242f9fc262a4619e23d15</id>
<content type='text'>
Since r17158 in Django trunk, INSTALLED_APPS is now not always co-erced to
a list. In my projects I prefer to have INSTALLED_APPS as a tuple as it
reinforces that it is not modifiable at runtime. However, this blows up
in the VersionDebugPanel as it currently assumes it is a list.

Signed-off-by: Chris Lamb &lt;lamby@debian.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since r17158 in Django trunk, INSTALLED_APPS is now not always co-erced to
a list. In my projects I prefer to have INSTALLED_APPS as a tuple as it
reinforces that it is not modifiable at runtime. However, this blows up
in the VersionDebugPanel as it currently assumes it is a list.

Signed-off-by: Chris Lamb &lt;lamby@debian.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Only call _elapsed_ru() in TimerPanel when resource module is available.</title>
<updated>2011-11-15T14:01:17+00:00</updated>
<author>
<name>Andi Albrecht</name>
</author>
<published>2011-11-15T14:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9cb24492637aa8ef9e77f007016451d515f29d5d'/>
<id>9cb24492637aa8ef9e77f007016451d515f29d5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed AttributeError on 404 page exception in ProfilerPanel.process_response</title>
<updated>2011-10-26T20:08:23+00:00</updated>
<author>
<name>Apkawa</name>
</author>
<published>2011-10-26T20:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e455bec46f7beb92526acf100d269d88c2ede064'/>
<id>e455bec46f7beb92526acf100d269d88c2ede064</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ProfilingDebugPanel; fixed example site if installed other debug_toolbar in system</title>
<updated>2011-10-26T19:01:50+00:00</updated>
<author>
<name>Apkawa</name>
</author>
<published>2011-10-26T19:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=0e262aefe7b272ac8d8725f2af2f304a26f20927'/>
<id>0e262aefe7b272ac8d8725f2af2f304a26f20927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored template filtering: discard DjDT templates asap.</title>
<updated>2011-09-27T17:55:33+00:00</updated>
<author>
<name>Tomasz Buchert</name>
</author>
<published>2011-09-27T17:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9fdf67abe09782fea5d103da1d4f6cf58626c517'/>
<id>9fdf67abe09782fea5d103da1d4f6cf58626c517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue-duplicated-queries' of https://github.com/thinred/django-debug-toolbar into thinred-issue-duplicated-queries</title>
<updated>2011-09-27T00:28:17+00:00</updated>
<author>
<name>David Cramer</name>
</author>
<published>2011-09-27T00:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=49949387c863ecbbd043067c120b454d9377492a'/>
<id>49949387c863ecbbd043067c120b454d9377492a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better substitutions for template context variables triggering SQL queries</title>
<updated>2011-09-25T22:15:25+00:00</updated>
<author>
<name>Mikhail Korobov</name>
</author>
<published>2011-09-25T22:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=65394257a31226a4c2a34aa8a358f0651c5f90f8'/>
<id>65394257a31226a4c2a34aa8a358f0651c5f90f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 187: queries are captured and not executed when template panel is rendered.</title>
<updated>2011-09-25T22:03:47+00:00</updated>
<author>
<name>Tomasz Buchert</name>
</author>
<published>2011-09-25T22:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=01b5d65a1da80f3cc6120e53bba46e4da2ff44ca'/>
<id>01b5d65a1da80f3cc6120e53bba46e4da2ff44ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The toolbar can't be assigned at init - so grab it each time the method is called</title>
<updated>2011-09-15T15:51:11+00:00</updated>
<author>
<name>bkonkle</name>
</author>
<published>2011-09-15T15:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=69f1c7733e29ee9ea3e4670f2183deb52f58a871'/>
<id>69f1c7733e29ee9ea3e4670f2183deb52f58a871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove any remaining uses of self.__class__ with super</title>
<updated>2011-09-15T15:41:09+00:00</updated>
<author>
<name>bkonkle</name>
</author>
<published>2011-09-15T15:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d034c9489dfae0d432361d33ab7e5eb59cf26fbb'/>
<id>d034c9489dfae0d432361d33ab7e5eb59cf26fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
