<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/tests/panels, branch master</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>Improve the redirect context processor test.</title>
<updated>2014-04-25T13:41:17+00:00</updated>
<author>
<name>Daniel Harding</name>
</author>
<published>2014-04-25T13:38:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=7ea9dc9d7df5420d73bae60121003112cc5944d7'/>
<id>7ea9dc9d7df5420d73bae60121003112cc5944d7</id>
<content type='text'>
* rename the context processor used from 'custom' to 'broken'
* remove the custom middleware, because it is not used in the context of
  the test
* rename the test to better identify what it is testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rename the context processor used from 'custom' to 'broken'
* remove the custom middleware, because it is not used in the context of
  the test
* rename the test to better identify what it is testing
</pre>
</div>
</content>
</entry>
<entry>
<title>Flake8.</title>
<updated>2014-04-19T07:55:17+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2014-04-19T07:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=4e7e465a49746f8717bf6340ef7cdcea5a31ab06'/>
<id>4e7e465a49746f8717bf6340ef7cdcea5a31ab06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit test for broken context processors due to use of `render`</title>
<updated>2014-04-15T15:34:20+00:00</updated>
<author>
<name>Juan Catalano</name>
</author>
<published>2014-04-15T14:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=15b1304e74c67d78f400cf63e9ffe06d3f4318dd'/>
<id>15b1304e74c67d78f400cf63e9ffe06d3f4318dd</id>
<content type='text'>
This adds the regression test for the case when a custom context processor
breaks cause of the use of `render` in the redirects panel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the regression test for the case when a custom context processor
breaks cause of the use of `render` in the redirects panel.
</pre>
</div>
</content>
</entry>
<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>
</feed>
