aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-02-12Updated example to use class-based generic viewsAlex Meng
Django dropped the function-based generic views in favor of class-based generic views.  The transition is outlined here: https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/
2013-01-09Merge pull request #349 from charettes/django-1.5-compatRob Hudson
Avoid importing `django.conf.urls.defaults` on django 1.4+
2013-01-09Merge pull request #350 from charettes/simplejsonRob Hudson
Use the built-in json module on python >= 2.6.
2012-12-30Use the built-in json module on python >= 2.6.Simon Charette
`django.utils.simplejson` is pending deprecation as of django 1.5 and will be removed in 1.7.
2012-12-30Avoid importing `django.conf.urls.defaults` on django 1.4+Simon Charette
2012-11-26Merge pull request #335 from fossilet/masterJannis Leidel
Fix doc for show_toolbar
2012-11-26Merge pull request #336 from craigds/masterJannis Leidel
fix hashcompat deprecation warnings with django 1.5
2012-11-26Merge pull request #291 from valsteen/masterJannis Leidel
prevent crash due to SQLDebugPanel when transaction is in error state
2012-11-21fix hashcompat deprecation warnings with django 1.5Craig de Stigter
2012-11-12Fix doc for show_toolbar.Yongzhi Pan
2012-10-05Merge pull request #322 from mattrobenolt/fix-static-urlsJannis Leidel
Fix static assets
2012-09-16Fix static assetsMatt Robenolt
2012-09-03Fixed issue #230 -- prevent crash when transaction is in error stateVincent Alsteen
fix for ticket https://github.com/django-debug-toolbar/django-debug-toolbar/issues/230 if isolation_level is looked up while transaction is in an error state, an exception is thrown, which eats up the original exception that is never shown
2012-08-27Ran minification.Jannis Leidel
2012-08-27Fixed paths in Makefile.Jannis Leidel
2012-08-27Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarJannis Leidel
2012-08-27Added Travis build status image.Jannis Leidel
2012-08-27Merge pull request #305 from midiotthimble/patch-1Jannis Leidel
Enabling html-formatting in logger panel
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 ↵Jannis Leidel
into myaser-patch-1
2012-08-27Merge pull request #314 from rickeyvisinski-kanban/ignorexmlhttprequestJannis Leidel
prevent debug toolbar from inserting itself into a partial template
2012-08-27Merge branch 'background-image-404' of ↵Jannis Leidel
https://github.com/anton-ryzhov/django-debug-toolbar into anton-ryzhov-background-image-404
2012-08-27Merge pull request #315 from jamesodo/masterJannis Leidel
Fix for blocktrans syntax change breaking debug_toolbar in Django 1.2
2012-08-27Merge pull request #313 from graingert/masterJannis Leidel
Use links to static JS and CSS, using {{ STATIC_URL }}
2012-08-25changed blocktrans syntax back to more verbose syntax so it will work with ↵james
django 1.2
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 ↵Rickey Visinski
via ajax. Prevents overwriting the current toolbar on the page and rendering the event listeners on toolbar panel buttons useless
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
Files has been pasted inline in cdc890.
2012-08-06Update README.rstMahmoud Yaser
adding a note about templates that debug_toolbar can display it self on
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