aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-09-26Issue 187: queries are captured and not executed when template panel is ↵Tomasz Buchert
rendered.
2011-08-25Update urlpattern tests to reflect new behaviorDavid Cramer
2011-08-25Merge pull request #200 from jgelens/masterDavid Cramer
Fixed error with i18n url patterns using Django trunk
2011-08-24Fixed error with i18n url patterns using Django 1.4Jeffrey Gelens
2011-08-23Merge pull request #131 from eduardocereto/masterDavid Cramer
pt_BR translation
2011-08-23Merge pull request #197 from jasonkeene/jquery_no_conflict_issueDavid Cramer
jQuery noConflict Issue
2011-08-23Merge pull request #194 from olexiystrashko/masterDavid Cramer
Fix for issue #193
2011-08-21Merge pull request #198 from jasonkeene/internal_ips_issueDavid Cramer
Toolbar Displays to External IPs (Fixed Issue #186)
2011-08-20Merge branch 'master' of ↵Jason Keene
git://github.com/django-debug-toolbar/django-debug-toolbar into internal_ips_issue
2011-08-20Merge branch 'master' of ↵Jason Keene
git://github.com/django-debug-toolbar/django-debug-toolbar into jquery_no_conflict_issue
2011-08-20Included jQuery breaks newer jQuery plugins, force noConflict for jQuery ↵Jason Keene
global object as well as $.
2011-08-13Fixed opened issue #193 (exception on windows when working with file path):Olexiy Strashko
- change '/' path separator usage to os.sep
2011-08-09Updated sqlparse to v0.1.3Rob Hudson
2011-08-09Merge pull request #189 from slackorama/masterRob Hudson
Fix issue #92 -- import Django's shell.Command class rather than using an old copy.
2011-08-09Fixed tests that check INTERNAL_IPS setting.Jason Keene
2011-08-09Force bool on settings.DEBUG as it could be set to a non bool value.Jason Keene
2011-08-09Fixed logic w/ settings.INTERNAL_IPS check.Jason Keene
2011-08-08Fixes issue #92 -- ipython API changed so debugsqlshell stopped working.Seth Mason
Instead of copying and pasting, just import django.core.management.commands.shell.Command.
2011-07-21Bump version to 0.9.0-devDavid Cramer
2011-07-21update docs to better describe behavior of toolbar permissionsDavid Cramer
2011-07-14Merge branch 'master' of https://github.com/dokterbob/django-debug-toolbar ↵David Cramer
into dokterbob-master Conflicts: debug_toolbar/panels/request_vars.py
2011-07-14Dont modify the original context dictionary (fixes #184)David Cramer
2011-07-12Dont use assertIn (only available in unittest2)David Cramer
2011-07-12Bring pre styles in line with rest of panelsline_profiler_intDavid Cramer
2011-07-12Some general cleanup for css/markup and collapsing of line profiler moduleDavid Cramer
2011-07-12Move makefile to project rootDavid Cramer
2011-07-12Merge branch 'line_profiler_int' of ↵David Cramer
git://github.com/dmclain/django-debug-toolbar into line_profiler_int
2011-07-12Merge pull request #175 from thinred/masterDavid Cramer
This adds a feature asked in issue #163
2011-07-12Dont access __copy__ when it doesnt work. Preprocess context list so the ↵David Cramer
dictionary cannot be modified.
2011-06-23Merge pull request #181 from rassie/patch-1David Cramer
Save a clone of template context instead of the original
2011-06-23Django 1.3 seems to alter templates' rendering contexts after the fact, so ↵Nikolai Prokoschenko
just make our saved context a clone of the original to be sure we keep all of it. Fixes #159.
2011-06-16Merge pull request #179 from maraujop/masterDavid Cramer
Fixing UnicodeEncodeError in sql panel
2011-06-16Fixing UnicodeEncodeError in sql panelMiguel Araujo Perez
2011-06-14Moved view function name extraction into debug_toolbar.utils.get_name_from_objDavid Cramer
2011-06-14Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2011-06-14Merge pull request #177 from cmdkeen/masterDavid Cramer
Class name missing fix on panel content
2011-06-14Move test suite into parent namespaceDavid Cramer
2011-06-14Panel content handles when a class doesn't have a name, default to <unknown>cmdkeen
2011-06-10Merge pull request #174 from maraujop/masterDavid Cramer
Caught AttributeError while rendering: 'Template' object has no attribute 'origin'
2011-06-10Issue #163: SQL expand does show query fields now. So does clicking on bullets.Tomasz Buchert
2011-06-10Checking if the origin attribute exists on the Template object insteadMiguel Araujo Perez
2011-06-10Merge pull request #173 from thinred/masterDavid Cramer
SQL panel fix for locales that use comma as a decimal separator.
2011-06-09Fixes TemplateDebugPanel iterating over an unknown template without origin ↵Miguel Araujo Perez
or name
2011-06-09Timeline width in SQL panel properly scaled.Tomasz Buchert
2011-06-09Merge remote branch 'upstream/master'Tomasz Buchert
2011-06-03Added a message about the 3rd party panel list wiki pageRob Hudson
2011-06-03Proper decimal separator for non-US locales (eg. polish).Tomasz Buchert
2011-06-02Merge pull request #171 from thinred/masterDavid Cramer
Fixes error I encounter when no view is executed
2011-06-03Test for bug: RequestVarsDebugPanel' object has no attribute 'view_func'Tomasz Buchert
2011-06-02Fixes RequestVarsDebugPanel' object has no attribute 'view_func' bug.Tomasz Buchert