aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-08-27Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarJannis Leidel
2012-08-27Cosmetic fixes to the README file.Jannis Leidel
2012-08-27Merge branch 'patch-1' of https://github.com/myaser/django-debug-toolbar into...Jannis Leidel
2012-08-27Merge pull request #314 from rickeyvisinski-kanban/ignorexmlhttprequestJannis Leidel
2012-08-27Merge branch 'background-image-404' of https://github.com/anton-ryzhov/django...Jannis Leidel
2012-08-27Merge pull request #315 from jamesodo/masterJannis Leidel
2012-08-27Merge pull request #313 from graingert/masterJannis Leidel
2012-08-25changed blocktrans syntax back to more verbose syntax so it will work with dj...james
2012-08-24saving characters, and let django sort out the ajaxnessRickey Visinski
2012-08-24prevent debug toolbar from inserting itself into a partial template called vi...Rickey Visinski
2012-08-20Include static in MANIFEST.inThomas Grainger
2012-08-20remove references to debug_media now using staticfilesThomas Grainger
2012-08-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger
2012-08-13Removed links to inaccessible files from CSS.Anton Ryzhov
2012-08-06Update README.rstMahmoud Yaser
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
2012-07-08Make formatting consistent and have point #4 in installation stand out more. ...Anton de Winter
2012-06-26Merge pull request #288 from ostrovok-team/masterJannis Leidel
2012-06-20Merge pull request #290 from adw0rd/masterJannis Leidel
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
2012-06-03Fixed typo when propagating handler403 value kmichel
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 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