aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2012-03-31Added a bunch of new languages that are present on Transifex.Jannis Leidel
2012-03-31Updated current translations.Jannis Leidel
2012-03-31Updated base translation file.Jannis Leidel
2012-03-31Merge branch 'master' of ↵Jannis Leidel
https://github.com/django-debug-toolbar/django-debug-toolbar
2012-03-26Merge pull request #266 from jezdez/masterDavid Cramer
Improved i18n of panels and important fix to logging panel counter
2012-03-26Merge pull request #271 from bendemboski/masterDavid Cramer
Fix issue #217
2012-03-26Fix issue #217Ben Demboski
2012-03-19Merge branch 'master' of ↵Jannis Leidel
https://github.com/django-debug-toolbar/django-debug-toolbar
2012-03-14Merge pull request #268 from danfairs/tuple-urlconfDavid Cramer
Don't explode if a project uses tuple'd urlpatterns
2012-03-14Don't explode if a project uses tuple'd urlpatternsDan Fairs
2012-03-05Updated German translation again for the signals panel.Jannis Leidel