aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-07-23Enabling html-formatting in logger panelVladislav
2012-07-12Removed faulty pruning of example dir from manifest template. Fixes #301.Jannis Leidel
2012-07-09Merge pull request #297 from adewinter/masterJannis Leidel
Minor tweak to Readme file for your review
2012-07-08Make formatting consistent and have point #4 in installation stand out more. ↵Anton de Winter
(Easy to miss if you're in a hurry)
2012-06-26Merge pull request #288 from ostrovok-team/masterJannis Leidel
missing 'sql' key handling
2012-06-20Merge pull request #290 from adw0rd/masterJannis Leidel
Temporary solution for problems with dual View call for ProfilingDebugPanel
2012-06-17Temporary solution for problems with dual View call for ProfilingDebugPanelMikhail Andreev (aka adw0rd)
2012-06-07sql is None, in case of internal psycopg2 errors like 'cannot adapt type ..'Denis Orlikhin
2012-06-03Merge pull request #285 from kmichel/masterDavid Cramer
Propagate handler403 value when wrapping urlconf
2012-06-03Fixed typo when propagating handler403 value kmichel
It was propagated to handler404 instead of handler403.
2012-05-31Propagate handler403 value when wrapping urlconfkmichel
2012-05-14Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarJannis Leidel
2012-05-13Fixed a few cosmetic issues in the tests.Jannis Leidel
2012-05-13Added support for class methods.Jannis Leidel
2012-05-13Remove of Django < 1.3 specific test.Jannis Leidel
2012-05-13More use of import_module.Jannis Leidel
2012-05-13Got rid of the dependency on Dingus.Jannis Leidel
2012-05-13Fixed the toolbar loading mechanism to only happen when the middleware has ↵Jannis Leidel
been added to the MIDDLEWARE_CLASSES setting.
2012-05-13Stop getting a setting all the time.Jannis Leidel
2012-05-13Minor cosmetic cleanup, switching out __import__ calls with the proper use ↵Jannis Leidel
of Django's import_module.
2012-05-13Added a repr for the cache wrapper.Jannis Leidel
2012-05-07Merge pull request #280 from abrinsmead/patch-1David Cramer
Set browser focus on redirect link
2012-05-07Set browser focus to redirect_to link so user can hit enter and fly through ↵Alex Brinsmead
redirect screens like a boss.
2012-04-07Updated minimal requirement for the toolbar to 1.1.Jannis Leidel
2012-04-07Added resolved URL name to the Request var panel. Closes #214.Jannis Leidel
2012-04-07Updated cache panel to handle multiple backends and look more like the SQL ↵Jannis Leidel
panel. This is based mostly on the awesome work by @diox done in 9aa062bb6c4318aa81c202003ea902249c0071d1. Closes #134.
2012-04-07Enabled cache panel by default.Jannis Leidel
2012-04-06Don't be quiet about installing Django.Jannis Leidel
2012-04-06Added a Django 1.4 test environment to Travis config.Jannis Leidel
2012-04-04Marked another string for translation.Jannis Leidel
2012-04-04Sort versions alphabetically.Jannis Leidel
2012-04-04Removed backslash.Jannis Leidel
2012-04-04Moved loader into models module.Jannis Leidel
2012-03-31Marked a few more string for translation.Jannis Leidel
2012-03-31Use the correct path separator to work on Windows.Jannis Leidel
2012-03-31Updated base translation.Jannis Leidel
2012-03-31Marked a few more strings for translation.Jannis Leidel
2012-03-31Fixed typo.Jannis Leidel
2012-03-31Pulled updates from Transifex.Jannis Leidel
2012-03-31Updated base translation again.Jannis Leidel
2012-03-31Fixed an i18n snafu with pluralization.Jannis Leidel
2012-03-31Made sure the list of settings are sorted alphabetically. Fixes #265.Jannis Leidel
2012-03-31Removed extended title again from cache panel since the same info is now in ↵Jannis Leidel
the subtitle.
2012-03-31Fixed merge bugs in the cache panel code.Jannis Leidel
2012-03-31Merge branch 'master' of https://github.com/ivirabyan/django-debug-toolbar ↵Jannis Leidel
into ivirabyan-master Conflicts: debug_toolbar/panels/cache.py debug_toolbar/toolbar/loader.py
2012-03-31Removed unneeded ez_setup from list of excluded modules in setup.py.Jannis Leidel
2012-03-31Made cache panel compatible to cache backend API in Django >= 1.3. Closes ↵Jannis Leidel
#220 and #260.
2012-03-31Updated German translation :trollface:Jannis Leidel
2012-03-31Compiled the po files.Jannis Leidel
2012-03-31Added the Transifex configuration file.Jannis Leidel