<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/utils/tracking, 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>Continue moving panel-specific code within panels.</title>
<updated>2013-11-15T21:43:59+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-15T21:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=6334983458abd4380c21275d1229527778cf93a6'/>
<id>6334983458abd4380c21275d1229527778cf93a6</id>
<content type='text'>
Structure the SQL and template panels as packages as they're growing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Structure the SQL and template panels as packages as they're growing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the logic to load panels inside the DebugToolbar class.</title>
<updated>2013-11-12T21:15:50+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-12T21:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f48039e3bad9e24a59a25ed5636b428e11784da9'/>
<id>f48039e3bad9e24a59a25ed5636b428e11784da9</id>
<content type='text'>
This has the additional advantage of eliminating a side-effect that
happened at import time unnecessarily.

It justified refactoring the way we handle settings and defaults.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has the additional advantage of eliminating a side-effect that
happened at import time unnecessarily.

It justified refactoring the way we handle settings and defaults.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove code that isn't used any more.</title>
<updated>2013-11-10T15:02:50+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-10T15:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=b9d2abfeddaaea4c70f75e0c19a40195740b009d'/>
<id>b9d2abfeddaaea4c70f75e0c19a40195740b009d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix confusion between __getattr__ and __getattribute__.</title>
<updated>2013-11-10T14:40:09+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-10T14:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=8c7a8ec6529063853c9ff36da72a38841ca5e235'/>
<id>8c7a8ec6529063853c9ff36da72a38841ca5e235</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update db.py</title>
<updated>2013-10-28T12:20:07+00:00</updated>
<author>
<name>Wladimir Diedel</name>
</author>
<published>2013-10-28T12:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=2194f896fb629f4cd5300a04cc2127fe7f0aefd1'/>
<id>2194f896fb629f4cd5300a04cc2127fe7f0aefd1</id>
<content type='text'>
In python3.X, we need to convert map object to list, to be able serialize it.

Issue #431</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In python3.X, we need to convert map object to list, to be able serialize it.

Issue #431</pre>
</div>
</content>
</entry>
<entry>
<title>Document SQL_WARNING_THRESHOLD.</title>
<updated>2013-10-27T12:08:19+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-10-27T12:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=b979c164789facbaed84728de95300c2d01be61c'/>
<id>b979c164789facbaed84728de95300c2d01be61c</id>
<content type='text'>
Fix #429.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #429.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix all flake8 warnings and add flake8 to tox.</title>
<updated>2013-10-27T12:05:52+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-10-27T12:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=c0bd74252e717c4a93d333467253ef9b5c66dcb5'/>
<id>c0bd74252e717c4a93d333467253ef9b5c66dcb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize access to config and default values.</title>
<updated>2013-10-27T11:48:44+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-10-27T11:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9cb9796791062c9d208c0f887dc65142d42c022a'/>
<id>9cb9796791062c9d208c0f887dc65142d42c022a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate almost all flake8 messages.</title>
<updated>2013-10-26T15:44:41+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-10-26T15:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=cd1864026c62163c05fe5e22d964884d7b28afaa'/>
<id>cd1864026c62163c05fe5e22d964884d7b28afaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused imports.</title>
<updated>2013-10-26T15:12:44+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-10-26T15:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ba9f739620d4955aabf112850122345828402f2b'/>
<id>ba9f739620d4955aabf112850122345828402f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
