<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/tests/panels, branch 1.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>Allow the tests to run on Django 1.7.</title>
<updated>2014-01-08T21:13:32+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-01-08T20:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=fe6b2ce8c3db95367741012dce6a310cdd50266e'/>
<id>fe6b2ce8c3db95367741012dce6a310cdd50266e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>
</feed>
