<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/panels, branch 0.9.2</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>Gracefully handle __name__ not being a valid attribute on signals</title>
<updated>2012-01-13T02:47:02+00:00</updated>
<author>
<name>David Cramer</name>
</author>
<published>2012-01-13T02:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e4cb445d4079df2f500c7080773023bb4e54507c'/>
<id>e4cb445d4079df2f500c7080773023bb4e54507c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix UnicodeDecodeError on getting template context representations for templates panel.</title>
<updated>2012-01-12T12:36:46+00:00</updated>
<author>
<name>Andrey Grygoryev</name>
</author>
<published>2012-01-12T12:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=3d5e4a78c5ca9a14679d7c1e0e3275562d6aacee'/>
<id>3d5e4a78c5ca9a14679d7c1e0e3275562d6aacee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug: (AttributeError: class MpttMeta has no attribute '__class__') caused by old style classes not extending object</title>
<updated>2012-01-04T16:04:52+00:00</updated>
<author>
<name>Venelin Stoykov</name>
</author>
<published>2012-01-04T16:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=876ab67f383b6f8753433c2f8b8650d0b5b9a445'/>
<id>876ab67f383b6f8753433c2f8b8650d0b5b9a445</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
