<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar, branch 1.0.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>Pull translations from Transifex.</title>
<updated>2014-01-07T07:15:40+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-01-07T07:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=853bdc122a85915a87bc7531b02ee549add2661f'/>
<id>853bdc122a85915a87bc7531b02ee549add2661f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Default DEBUG_TOOLBAR_PANELS didn't match the docs.</title>
<updated>2014-01-06T21:52:52+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-01-06T21:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=2613b0d19f02b3b356383c1e6268ffbdb4027897'/>
<id>2613b0d19f02b3b356383c1e6268ffbdb4027897</id>
<content type='text'>
Fix #519.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #519.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ugettext_lazy for import-time translations.</title>
<updated>2013-12-31T15:50:15+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-31T15:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=00990b531f1f78b372b0b08a649a84e6168a3c0e'/>
<id>00990b531f1f78b372b0b08a649a84e6168a3c0e</id>
<content type='text'>
Thanks Anssi for the report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Anssi for the report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: sql panel sql uncollapse</title>
<updated>2013-12-27T13:08:27+00:00</updated>
<author>
<name>Yue Du</name>
</author>
<published>2013-12-27T13:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e7c335fb2c68a11dc1816dd39a3b00d9153196a1'/>
<id>e7c335fb2c68a11dc1816dd39a3b00d9153196a1</id>
<content type='text'>
sql_select.html, sql_explain.html, sql_profile.html
These three templates all need toolbar.sql.js, otherwise
the `select ...` cannot be uncollapsed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sql_select.html, sql_explain.html, sql_profile.html
These three templates all need toolbar.sql.js, otherwise
the `select ...` cannot be uncollapsed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix staticfiles panel to work with prefixed STATICFILES_DIRS.</title>
<updated>2013-12-23T11:43:49+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-23T11:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=4225671177f9f65e873ddbab373e5968c2afa8fc'/>
<id>4225671177f9f65e873ddbab373e5968c2afa8fc</id>
<content type='text'>
Closes #503 and #507. Many thanks to Alexander Clausen (@sk1p) for the
inspiration for the patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #503 and #507. Many thanks to Alexander Clausen (@sk1p) for the
inspiration for the patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile translations for just added languages.</title>
<updated>2013-12-21T09:16:39+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-21T09:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=59c4c0f5a126524c07f50b6328869b7876031ab1'/>
<id>59c4c0f5a126524c07f50b6328869b7876031ab1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new langages and remove languages without any translations.</title>
<updated>2013-12-21T09:07:54+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-21T09:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f081b3c0eab9f8ccdecd2b94b46e625321ce4c0f'/>
<id>f081b3c0eab9f8ccdecd2b94b46e625321ce4c0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pull translations from Transifex.</title>
<updated>2013-12-21T08:55:30+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-21T08:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ae450f9ea7733e14a3faa5183b3d213f5d9a3214'/>
<id>ae450f9ea7733e14a3faa5183b3d213f5d9a3214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #499 - Regression from 810a2fbc.</title>
<updated>2013-12-15T13:54:36+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-15T13:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ba5af8f6fe7836eef0a0c85dd1e6d7418bc87f75'/>
<id>ba5af8f6fe7836eef0a0c85dd1e6d7418bc87f75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pull translations from Transifex.</title>
<updated>2013-12-15T12:14:04+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-15T12:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=38de94d2d6586c716256838e41abe518898030d6'/>
<id>38de94d2d6586c716256838e41abe518898030d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
