<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar, 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>Bump to version 0.9.1 as I fail at Git</title>
<updated>2012-01-03T23:05:20+00:00</updated>
<author>
<name>David Cramer</name>
</author>
<published>2012-01-03T23:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=0314abb739ffec7c86f1bc3745a4f4218c6e13c2'/>
<id>0314abb739ffec7c86f1bc3745a4f4218c6e13c2</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 'master' of github.com:django-debug-toolbar/django-debug-toolbar</title>
<updated>2012-01-03T23:04:51+00:00</updated>
<author>
<name>David Cramer</name>
</author>
<published>2012-01-03T23:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=7d353aade9eb93b1f84e08bc7717e9ad1b928d38'/>
<id>7d353aade9eb93b1f84e08bc7717e9ad1b928d38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version to 0.9.0</title>
<updated>2012-01-03T22:07:49+00:00</updated>
<author>
<name>David Cramer</name>
</author>
<published>2012-01-03T22:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=dc813e476f7c32d1ca856921671a2a38ebf8ddf2'/>
<id>dc813e476f7c32d1ca856921671a2a38ebf8ddf2</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 #238 from lamby/master</title>
<updated>2011-11-30T19:45:13+00:00</updated>
<author>
<name>David Cramer</name>
</author>
<published>2011-11-30T19:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=b8ea435dd3fc2af702c17b8de93d870d4988e81f'/>
<id>b8ea435dd3fc2af702c17b8de93d870d4988e81f</id>
<content type='text'>
Don't blow up if INSTALLED_APPS is a tuple</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't blow up if INSTALLED_APPS is a tuple</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>Merge pull request #232 from andialbrecht/master</title>
<updated>2011-11-23T23:49:24+00:00</updated>
<author>
<name>David Cramer</name>
</author>
<published>2011-11-23T23:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=005b42612444a444cb5d0a6c9caad5dfd18ca011'/>
<id>005b42612444a444cb5d0a6c9caad5dfd18ca011</id>
<content type='text'>
Fix for issue231: Only call _end_rusage() in TimerPanel when resource module is available.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for issue231: Only call _end_rusage() in TimerPanel when resource module is available.</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>Merge pull request #223 from Apkawa/master</title>
<updated>2011-10-26T20:44:57+00:00</updated>
<author>
<name>David Cramer</name>
</author>
<published>2011-10-26T20:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f3cec8fc9bc65149e7b58a90b5264df4ed6d3859'/>
<id>f3cec8fc9bc65149e7b58a90b5264df4ed6d3859</id>
<content type='text'>
Fixed profiling.ProfilingDebugPanel and bug for raw sql with no latin comments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed profiling.ProfilingDebugPanel and bug for raw sql with no latin comments</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>
</feed>
