<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/tests/panels, branch 1.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>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>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>More test relaxing.</title>
<updated>2013-12-09T17:39:25+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-09T17:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e4fafb92377221201f9089aa972ac6c5504b45dd'/>
<id>e4fafb92377221201f9089aa972ac6c5504b45dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made a test less Django version dependent.</title>
<updated>2013-12-09T17:25:46+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-09T17:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f55a48addf5d737f3a4b449283bc53b1a0931bd9'/>
<id>f55a48addf5d737f3a4b449283bc53b1a0931bd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another pass over the staticfiles panel.</title>
<updated>2013-12-09T16:42:04+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-09T16:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e75309b712537f3ee53005bf6330057c9640be21'/>
<id>e75309b712537f3ee53005bf6330057c9640be21</id>
<content type='text'>
- adds some docstrings
- adds some basic tests
- adds the staticfiles panel to the default list of panels
- fixed a pluralization bug in the template
- refactored some things into own methods for easier testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- adds some docstrings
- adds some basic tests
- adds the staticfiles panel to the default list of panels
- fixed a pluralization bug in the template
- refactored some things into own methods for easier testing
</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>Move support for line_profiler to a 3rd party panel.</title>
<updated>2013-11-29T09:45:58+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T09:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=a7dbc61ec4b4932a570d538b23a3ddd1d46203d4'/>
<id>a7dbc61ec4b4932a570d538b23a3ddd1d46203d4</id>
<content type='text'>
Many thanks to Dave McLain.

Fix #477.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many thanks to Dave McLain.

Fix #477.
</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>Mark two randomly failing tests as expected failures :'(</title>
<updated>2013-11-24T10:01:44+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-24T09:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=a8a98ddde93d1427d2c431cb3f0b18cdfe87616a'/>
<id>a8a98ddde93d1427d2c431cb3f0b18cdfe87616a</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>
</feed>
