<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/debug_toolbar, 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>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>
<entry>
<title>Added translation strings for the staticfiles panel.</title>
<updated>2013-12-15T12:12:16+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-15T12:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=25d7cd4ca79a23ae49edabc9738a7b9713d7ecb8'/>
<id>25d7cd4ca79a23ae49edabc9738a7b9713d7ecb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly disable instrumentation for the template panel.</title>
<updated>2013-12-15T12:06:16+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-15T12:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=5360a2ba9c5b866ce2502aa43606b2647acea63b'/>
<id>5360a2ba9c5b866ce2502aa43606b2647acea63b</id>
<content type='text'>
It's important to disconnect the signal at the end of a request because
the toolbar now stores panels for past request.

Fix #491 (presumably).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's important to disconnect the signal at the end of a request because
the toolbar now stores panels for past request.

Fix #491 (presumably).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #494 from django-debug-toolbar/staticfiles</title>
<updated>2013-12-14T20:47:28+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-14T20:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=dbed3e7c72f930c285f17206879f6bd1d46f67a1'/>
<id>dbed3e7c72f930c285f17206879f6bd1d46f67a1</id>
<content type='text'>
Added staticfiles panel class.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added staticfiles panel class.</pre>
</div>
</content>
</entry>
<entry>
<title>Put debug_toolbar's url patterns first</title>
<updated>2013-12-12T00:32:08+00:00</updated>
<author>
<name>Gavin Wahl</name>
</author>
<published>2013-12-12T00:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=b21269532cbd23ab61f6c80951fae89b18675804'/>
<id>b21269532cbd23ab61f6c80951fae89b18675804</id>
<content type='text'>
Some applications require using a catch-all urlpattern that must come
last in the list of urlpatterns. If the __debug__ urls come after it,
they'll never be hit.

Putting the debug_toolbar urls first fixes this, but could possibly
shadow an existing url, but the old version of debug toolbar did the
same thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some applications require using a catch-all urlpattern that must come
last in the list of urlpatterns. If the __debug__ urls come after it,
they'll never be hit.

Putting the debug_toolbar urls first fixes this, but could possibly
shadow an existing url, but the old version of debug toolbar did the
same thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Storing the original on module level.</title>
<updated>2013-12-09T18:11:38+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-09T18:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=bdbe57d6e13241f852860336f55bca0d88bd4384'/>
<id>bdbe57d6e13241f852860336f55bca0d88bd4384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use enable_instrumentation/disable_instrumentation instead of module level monkey patching.</title>
<updated>2013-12-09T18:06:09+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-09T18:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=ebc16cb2a5c9098d91ca3033626808f73e58afad'/>
<id>ebc16cb2a5c9098d91ca3033626808f73e58afad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some imports.</title>
<updated>2013-12-09T18:02:24+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-09T18:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=7a04ec6c4f808f59d9f689f72efb182640308494'/>
<id>7a04ec6c4f808f59d9f689f72efb182640308494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use collections.OrderedDict if available.</title>
<updated>2013-12-09T17:58:15+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-09T17:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=810a2fbc5157f619eb3d74c73c882f059360506b'/>
<id>810a2fbc5157f619eb3d74c73c882f059360506b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be helpful when d.c.staticfiles isn't installed.</title>
<updated>2013-12-09T17:35:14+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-09T17:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=3d420c0625e0aa98c8eb224c2d69f6c9694f2d86'/>
<id>3d420c0625e0aa98c8eb224c2d69f6c9694f2d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
