<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar, branch 1.0-alpha</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>Fix regression from last week-end's massive renaming.</title>
<updated>2013-11-30T13:00:12+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T12:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d30452ee1997b3edd0c772e681c2ce816c730384'/>
<id>d30452ee1997b3edd0c772e681c2ce816c730384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a solution to prevent monkey-patching the settings.</title>
<updated>2013-11-30T12:48:30+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T12:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=0200fc14a38be5d0bac9e5fe9484d585ffa76921'/>
<id>0200fc14a38be5d0bac9e5fe9484d585ffa76921</id>
<content type='text'>
This is necessary to work around extreme cases of circular imports.
We really need to reverse URLs at import time and this isn't always
possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary to work around extreme cases of circular imports.
We really need to reverse URLs at import time and this isn't always
possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce the risk of circular imports.</title>
<updated>2013-11-30T12:48:24+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T12:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=dc04efa74316676ff73330b01e79b2debae1df9f'/>
<id>dc04efa74316676ff73330b01e79b2debae1df9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract output of context processors instead of recreating it.</title>
<updated>2013-11-29T23:03:56+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T23:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=89bac859215fb837e36394ed9bc3f1070fe8de5e'/>
<id>89bac859215fb837e36394ed9bc3f1070fe8de5e</id>
<content type='text'>
Also include context processors explicitly passed to RequestContext.

Fix #353.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also include context processors explicitly passed to RequestContext.

Fix #353.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix JS regression in the template panel.</title>
<updated>2013-11-29T22:46:12+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T22:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=67c855ac1548b0f00ced8944c76453dd118ae09d'/>
<id>67c855ac1548b0f00ced8944c76453dd118ae09d</id>
<content type='text'>
It was introduced during last week-end's large renaming.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was introduced during last week-end's large renaming.
</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>Stop sharing unsafely a context dict across threads.</title>
<updated>2013-11-29T21:24:09+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T21:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=c33ce081f270b43fffe8af33bf50ae821aa12fcf'/>
<id>c33ce081f270b43fffe8af33bf50ae821aa12fcf</id>
<content type='text'>
Panels that need to share data with other panels shall do it through the
record_stats / get_stats API. Statistics are automatically pushed to the
template context.

Fix #450.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Panels that need to share data with other panels shall do it through the
record_stats / get_stats API. Statistics are automatically pushed to the
template context.

Fix #450.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for logbook.</title>
<updated>2013-11-29T11:41:48+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T11:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ffe4c5d685fa2d8d2a23673f801eef6fa1d96b97'/>
<id>ffe4c5d685fa2d8d2a23673f801eef6fa1d96b97</id>
<content type='text'>
If you were relying on this feature, it should be quite easy to
implement it in a third-party panel, and we'll reference it in the
documentation.

Fix #478.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you were relying on this feature, it should be quite easy to
implement it in a third-party panel, and we'll reference it in the
documentation.

Fix #478.
</pre>
</div>
</content>
</entry>
</feed>
