<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar/tests, 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>Toolbar insertion test for middleware</title>
<updated>2014-02-13T21:09:25+00:00</updated>
<author>
<name>Sertaç Ö. Yıldız</name>
</author>
<published>2014-01-19T01:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=9dc89cc9642a71bbb069d636e369131ce69d4e8e'/>
<id>9dc89cc9642a71bbb069d636e369131ce69d4e8e</id>
<content type='text'>
Byte counts of "İ" and "İ".lower() are different.  If the page html
contains "İ", process_response() method cannot insert the toolbar
content at the correct index, and breaks the page content.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Byte counts of "İ" and "İ".lower() are different.  If the page html
contains "İ", process_response() method cannot insert the toolbar
content at the correct index, and breaks the page content.
</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>Use django-discover-runner on older Djangos.</title>
<updated>2013-12-09T16:46:47+00:00</updated>
<author>
<name>Jannis Leidel</name>
</author>
<published>2013-12-09T16:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=4e37f8bd430d30807c56372a372e570fe346c0fb'/>
<id>4e37f8bd430d30807c56372a372e570fe346c0fb</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>
</feed>
