<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar/panels/sql, branch 1.0-beta</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>Review translated strings.</title>
<updated>2013-12-01T08:40:33+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T17:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e334bf6e4b4975fd87957c473a62c0d889e38cb0'/>
<id>e334bf6e4b4975fd87957c473a62c0d889e38cb0</id>
<content type='text'>
- Include trailing colons inside translated strings because some
  languages (eg. French) need a space before the colon.
- Normalize capitalization (title-style didn't seem warranted and looked
  weird in some cases).
- Normalize quotes (not very useful, but we had a random mixture of
  single and double quotes).
- Remove msgstr from the English po file because they're identical to
  msgid by definition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Include trailing colons inside translated strings because some
  languages (eg. French) need a space before the colon.
- Normalize capitalization (title-style didn't seem warranted and looked
  weird in some cases).
- Normalize quotes (not very useful, but we had a random mixture of
  single and double quotes).
- Remove msgstr from the English po file because they're identical to
  msgid by definition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Also record SQL from callproc.</title>
<updated>2013-11-29T21:36:42+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T21:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=c48227856e2454b9f3337b9b071dcdb8ed33b5d5'/>
<id>c48227856e2454b9f3337b9b071dcdb8ed33b5d5</id>
<content type='text'>
I'm not sure anyone is using that, but it's in the DB API.

Fix #293.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm not sure anyone is using that, but it's in the DB API.

Fix #293.
</pre>
</div>
</content>
</entry>
<entry>
<title>Record SQL from executemany.</title>
<updated>2013-11-29T21:34:13+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T21:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=8ef3b8cdfb6ce69c0eccb030124b0b197b202ba8'/>
<id>8ef3b8cdfb6ce69c0eccb030124b0b197b202ba8</id>
<content type='text'>
Fix #293.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #293.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all panels to follow the public API.</title>
<updated>2013-11-24T16:30:49+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-24T16:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=57a6e261c2768503e1401f99cefd4470c8dc5e8f'/>
<id>57a6e261c2768503e1401f99cefd4470c8dc5e8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename all panels consistently.</title>
<updated>2013-11-24T10:01:44+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-24T09:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=fe3df822111d3b56000deca354b0bceed7bde9cc'/>
<id>fe3df822111d3b56000deca354b0bceed7bde9cc</id>
<content type='text'>
Enforce absolute imports to avoid clashing with built-in package names.

Thanks Jannis for his feedback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enforce absolute imports to avoid clashing with built-in package names.

Thanks Jannis for his feedback.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix instrumentation of multiple database connections.</title>
<updated>2013-11-16T22:52:27+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-16T22:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=dbf0866c29e89619fb868e39e1a52ccb656ac7fd'/>
<id>dbf0866c29e89619fb868e39e1a52ccb656ac7fd</id>
<content type='text'>
Python requires a function call to create a new scope; lambdas don't
create closures!

Fix #457.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python requires a function call to create a new scope; lambdas don't
create closures!

Fix #457.
</pre>
</div>
</content>
</entry>
<entry>
<title>Flat is better than nested.</title>
<updated>2013-11-16T20:13:21+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-16T20:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=715fe284da176618f5cd404665641d67dc6fc875'/>
<id>715fe284da176618f5cd404665641d67dc6fc875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
