<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-debug-toolbar, branch 1.0-alpha</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>Bump version numbers for 1.0 alpha.</title>
<updated>2013-12-08T21:44:14+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-08T21:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=f9420501367bb4e8eb65c3b131185f2544710bf5'/>
<id>f9420501367bb4e8eb65c3b131185f2544710bf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The .po files are now wrapped.</title>
<updated>2013-12-08T21:30:51+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-12-08T21:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=293569a502ea6fc523d513ab6b29297ae4e35fb5'/>
<id>293569a502ea6fc523d513ab6b29297ae4e35fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Review translated strings.</title>
<updated>2013-12-01T08:40:33+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T17:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=e334bf6e4b4975fd87957c473a62c0d889e38cb0'/>
<id>e334bf6e4b4975fd87957c473a62c0d889e38cb0</id>
<content type='text'>
- Include trailing colons inside translated strings because some
  languages (eg. French) need a space before the colon.
- Normalize capitalization (title-style didn't seem warranted and looked
  weird in some cases).
- Normalize quotes (not very useful, but we had a random mixture of
  single and double quotes).
- Remove msgstr from the English po file because they're identical to
  msgid by definition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Include trailing colons inside translated strings because some
  languages (eg. French) need a space before the colon.
- Normalize capitalization (title-style didn't seem warranted and looked
  weird in some cases).
- Normalize quotes (not very useful, but we had a random mixture of
  single and double quotes).
- Remove msgstr from the English po file because they're identical to
  msgid by definition.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression from last week-end's massive renaming.</title>
<updated>2013-11-30T13:00:12+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T12:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=d30452ee1997b3edd0c772e681c2ce816c730384'/>
<id>d30452ee1997b3edd0c772e681c2ce816c730384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small documentation improvements.</title>
<updated>2013-11-30T12:48:30+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T12:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=29fca4946b10937a605b71c90ebe5585bca3daea'/>
<id>29fca4946b10937a605b71c90ebe5585bca3daea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a solution to prevent monkey-patching the settings.</title>
<updated>2013-11-30T12:48:30+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T12:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=0200fc14a38be5d0bac9e5fe9484d585ffa76921'/>
<id>0200fc14a38be5d0bac9e5fe9484d585ffa76921</id>
<content type='text'>
This is necessary to work around extreme cases of circular imports.
We really need to reverse URLs at import time and this isn't always
possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary to work around extreme cases of circular imports.
We really need to reverse URLs at import time and this isn't always
possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce the risk of circular imports.</title>
<updated>2013-11-30T12:48:24+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T12:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=dc04efa74316676ff73330b01e79b2debae1df9f'/>
<id>dc04efa74316676ff73330b01e79b2debae1df9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix instructions for installing the dev version</title>
<updated>2013-11-30T08:59:42+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-30T08:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=4b712fda71cd3301507c31e8ef835c0de105005a'/>
<id>4b712fda71cd3301507c31e8ef835c0de105005a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Fix JS regression in the template panel.</title>
<updated>2013-11-29T22:46:12+00:00</updated>
<author>
<name>Aymeric Augustin</name>
</author>
<published>2013-11-29T22:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-debug-toolbar/commit/?id=67c855ac1548b0f00ced8944c76453dd118ae09d'/>
<id>67c855ac1548b0f00ced8944c76453dd118ae09d</id>
<content type='text'>
It was introduced during last week-end's large renaming.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was introduced during last week-end's large renaming.
</pre>
</div>
</content>
</entry>
</feed>
