aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)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 be...Jannis Leidel
2012-05-13Stop getting a setting all the time.Jannis Leidel
2012-05-13Minor cosmetic cleanup, switching out __import__ calls with the proper use of...Jannis Leidel
2012-05-13Added a repr for the cache wrapper.Jannis Leidel
2012-05-07Merge pull request #280 from abrinsmead/patch-1David Cramer
2012-05-07Set browser focus to redirect_to link so user can hit enter and fly through r...Alex Brinsmead
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 pa...Jannis Leidel
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 t...Jannis Leidel
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 in...Jannis Leidel
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 #22...Jannis Leidel
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 https://github.com/django-debug-toolbar/django-debug...Jannis Leidel
2012-03-26Merge pull request #266 from jezdez/masterDavid Cramer
2012-03-26Merge pull request #271 from bendemboski/masterDavid Cramer
2012-03-26Fix issue #217Ben Demboski
2012-03-19Merge branch 'master' of https://github.com/django-debug-toolbar/django-debug...Jannis Leidel
2012-03-14Merge pull request #268 from danfairs/tuple-urlconfDavid Cramer
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