aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2013-01-09Merge pull request #349 from charettes/django-1.5-compatRob Hudson
2012-12-30Use the built-in json module on python >= 2.6.Simon Charette
2012-12-30Avoid importing `django.conf.urls.defaults` on django 1.4+Simon Charette
2012-12-28Comment backVladislav Poluhin
2012-12-27Use POST instead GET, cuz GET is limitedVladislav Poluhin
2012-12-27Use prefix for patternsVladislav Poluhin
2012-12-11Python 2.5 compatibility #261David Buxton
2012-11-26Merge pull request #336 from craigds/masterJannis Leidel
2012-11-26Merge pull request #291 from valsteen/masterJannis Leidel
2012-11-21fix hashcompat deprecation warnings with django 1.5Craig de Stigter
2012-11-03Uncommented out the dummy thread fix by mistake. Adding back in.Calvin Cheng
2012-11-03Fix unit test breakage. middleware functions are expecting threading.currentT...Calvin Cheng
2012-11-03Use python threading module instead of the python3 deprecated thread module. ...Calvin Cheng
2012-10-06Fixed CSS according to standartsAnton Ryzhov
2012-09-22Fix displaying instance of RawQuerySet in templates toolbarNikita Kovaliov
2012-09-16Add EXPLAIN ANALYZE for PostgresMatt Robenolt
2012-09-16Fix static assetsMatt Robenolt
2012-09-03Fixed issue #230 -- prevent crash when transaction is in error stateVincent Alsteen
2012-08-27Made usable connections with alias not in db.connectionsAnssi Kääriäinen
2012-08-27Fixed issue #230 -- Avoid queries in aborted transactionsAnssi Kääriäinen
2012-08-27Ran minification.Jannis Leidel
2012-08-27Merge pull request #305 from midiotthimble/patch-1Jannis 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-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-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger
2012-08-13Removed links to inaccessible files from CSS.Anton Ryzhov
2012-07-23Enabling html-formatting in logger panelVladislav
2012-06-26Merge pull request #288 from ostrovok-team/masterJannis Leidel
2012-06-17Temporary solution for problems with dual View call for ProfilingDebugPanelMikhail Andreev (aka adw0rd)
2012-06-15Do not intercept redirects for ajax requestsGavin Wahl
2012-06-07sql is None, in case of internal psycopg2 errors like 'cannot adapt type ..'Denis Orlikhin
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-13Added support for class methods.Jannis Leidel
2012-05-13More use of import_module.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-07Set browser focus to redirect_to link so user can hit enter and fly through r...Alex Brinsmead
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-04Marked another string for translation.Jannis Leidel
2012-04-04Sort versions alphabetically.Jannis Leidel