-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Pull requests: django-commons/django-debug-toolbar
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Avoided importing
django.conf.urls.defaults
in example project
#400
by alasdairnicol
was closed Oct 14, 2013
Loading…
Updated django.conf.urls.default (deprecated since django 1.4) to django.conf.urls (django 1.6 no longer supports the old way)
#394
by zalmoxis
was closed Oct 14, 2013
Loading…
Added configurable HIDDEN_STACKTRACE_MODULES
Feature
#393
by DrMeers
was closed Oct 21, 2013
Loading…
Adding support for processing the new StreamingHttpResponse from Django 1.5
Improvement
#385
by lucasicf
was closed Oct 17, 2013
Loading…
Django debug toolbar was throwing an exception getting the model app name, slightly more defensive approach to getting this value
#384
by adamhaney
was closed May 21, 2013
Loading…
Fixing the TemplatePanelTestCase.test_queryset_hook under Django 1.5.
#381
by lucasicf
was closed Oct 15, 2013
Loading…
Fixed unhandled UnicodeDecodeError in utils.sqlparse.lexer
#372
by quarkness
was closed Oct 17, 2013
Loading…
Indentation for logging message when the dump is an object
Improvement
#371
by anothergituser
was closed Nov 1, 2013
Loading…
Initial fixes to make the debug-toolbar to work with Python 3 using six from django.utils
#366
by percyperez
was closed Apr 23, 2013
Loading…
First bunch of fixes to make debug-toolbar work with Python 3
#365
by bkabrda
was closed Apr 23, 2013
Loading…
init patch for redis_logger:template,logging logic might have some space...
#361
by shootstar
was closed Mar 18, 2013
Loading…
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.