<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/panels, branch 0.8.0</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 remote branch 'alex/master'</title>
<updated>2009-09-12T23:55:15+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-09-12T23:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9801c8b0a312bd18ff20414d72bb5b5f9c941018'/>
<id>9801c8b0a312bd18ff20414d72bb5b5f9c941018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed to only show the link for requesting the SELECT data if the query is a</title>
<updated>2009-09-12T23:42:59+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-09-12T23:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=b7d7e9f876b67be35d8a24405f6940b2dcb66e97'/>
<id>b7d7e9f876b67be35d8a24405f6940b2dcb66e97</id>
<content type='text'>
SELECT query.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SELECT query.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more SQL keywords.</title>
<updated>2009-09-12T01:29:02+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-09-12T01:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=86b7d54760fa1e682552d8aa2c9570c1848c5431'/>
<id>86b7d54760fa1e682552d8aa2c9570c1848c5431</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>handle merge conflicts</title>
<updated>2009-09-10T18:14:27+00:00</updated>
<author>
<name>Alex Gaynor</name>
</author>
<published>2009-09-10T18:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d6190014abd950f032755fde33ce32c30fc0e754'/>
<id>d6190014abd950f032755fde33ce32c30fc0e754</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed an issue where the panel navigation might have a different number of</title>
<updated>2009-09-08T22:26:04+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-09-08T22:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=20ee57b927751fd0d492c428b82f64bebdb0e860'/>
<id>20ee57b927751fd0d492c428b82f64bebdb0e860</id>
<content type='text'>
queries than the panel pane if SQL queries happened in between calls.

This caches the queries off in an array to be used in both places.  If the
possibility of queries happening elsewhere occurs, the SQL panel should
probably be moved lower in the execution stack.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
queries than the panel pane if SQL queries happened in between calls.

This caches the queries off in an array to be used in both places.  If the
possibility of queries happening elsewhere occurs, the SQL panel should
probably be moved lower in the execution stack.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored `reformat_sql` to produce a more compact output for a tighter view of the SQL.</title>
<updated>2009-08-28T16:22:28+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-08-28T16:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=2c909f7d32128c29ff03da7713c3c7edfd91d785'/>
<id>2c909f7d32128c29ff03da7713c3c7edfd91d785</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored SQL panel to use datetime objects and added a visual display of both duration and sequence to the SQL template.</title>
<updated>2009-08-28T16:21:39+00:00</updated>
<author>
<name>Rob Hudson</name>
</author>
<published>2009-08-28T16:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f97ff555a4d8f22dae83bcfd0c2dcf6e846962c9'/>
<id>f97ff555a4d8f22dae83bcfd0c2dcf6e846962c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added spanish translation of the panels nav title</title>
<updated>2009-08-25T20:30:14+00:00</updated>
<author>
<name>Percy Perez-Pinedo</name>
</author>
<published>2009-08-25T20:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=694870e5d670ff457f2ccb4395e436ed13d1ce76'/>
<id>694870e5d670ff457f2ccb4395e436ed13d1ce76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oops, retitled templates panel</title>
<updated>2009-08-12T12:18:47+00:00</updated>
<author>
<name>Idan Gazit</name>
</author>
<published>2009-08-12T12:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e11bfdac25d48019377f64131b78f4462e9d005f'/>
<id>e11bfdac25d48019377f64131b78f4462e9d005f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Proper handling of template panel title</title>
<updated>2009-08-12T12:07:09+00:00</updated>
<author>
<name>Idan Gazit</name>
</author>
<published>2009-08-12T12:07:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=59874f33145722c6bb2d1fedb3d0679e6ce2caba'/>
<id>59874f33145722c6bb2d1fedb3d0679e6ce2caba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
