| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-12 | Gracefully handle __name__ not being a valid attribute on signals0.9.2 | David Cramer | |
| 2012-01-12 | Version bump to 0.9.2 | David Cramer | |
| 2012-01-12 | Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar | David Cramer | |
| 2012-01-12 | Merge pull request #224 from Apkawa/master | David Cramer | |
| Add escaping string literal in sql for copy&pasting in dbshell | |||
| 2012-01-12 | Merge pull request #237 from andialbrecht/master | David Cramer | |
| Convert settings.INSTALLED_APPS to list before concatenating django. | |||
| 2012-01-12 | Ensure all events use live and fix a mess of lint errors | David Cramer | |
| 2012-01-12 | Merge pull request #239 from tgecho/master | David Cramer | |
| Example project be installed via setup.py? | |||
| 2012-01-12 | Update minidified media | David Cramer | |
| 2012-01-12 | Merge branch 'master' of https://github.com/rem/django-debug-toolbar into ↵ | David Cramer | |
| rem-master | |||
| 2012-01-12 | Merge pull request #249 from GrAndSE/patch-1 | David Cramer | |
| Fix UnicodeDecodeError on getting template context representations for templates panel. | |||
| 2012-01-12 | Merge pull request #250 from GrAndSE/patch-2 | David Cramer | |
| Fix python 2.5 compatibility (no named tuple and Traceback) | |||
| 2012-01-13 | Fix python 2.5 compatibility (no named tuple and Traceback) | Andrey Grygoryev | |
| 2012-01-12 | Fix UnicodeDecodeError on getting template context representations for ↵ | Andrey Grygoryev | |
| templates panel. | |||
| 2012-01-04 | Merge pull request #244 from vstoykov/master | David Cramer | |
| Fix: AttributeError: class MpttMeta has no attribute '__class__' | |||
| 2012-01-04 | Fix bug: (AttributeError: class MpttMeta has no attribute '__class__') ↵ | Venelin Stoykov | |
| caused by old style classes not extending object | |||
| 2012-01-03 | Bump to version 0.9.1 as I fail at Gitv0.9.1 | David Cramer | |
| 2012-01-03 | Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbar | David Cramer | |
| 2012-01-03 | Version to 0.9.0v0.9.0 | David Cramer | |
| 2011-12-22 | JS: Replace a few spaces with tabs in toolbar.js | Remoun Metyas | |
| 2011-12-22 | JS: Use live('click') instead of click() for persistent toggle handlers. | Remoun Metyas | |
| 2011-12-22 | Update minified CSS and JS with YUI compressor 2.4.7 | Remoun Metyas | |
| 2011-12-22 | Force LTR for debug pane. | Remoun Metyas | |
| 2011-12-08 | Don't install the example project | tgecho | |
| 2011-11-30 | Merge pull request #238 from lamby/master | David Cramer | |
| Don't blow up if INSTALLED_APPS is a tuple | |||
| 2011-11-30 | Don't blow up if INSTALLED_APPS is a tuple | Chris Lamb | |
| Since r17158 in Django trunk, INSTALLED_APPS is now not always co-erced to a list. In my projects I prefer to have INSTALLED_APPS as a tuple as it reinforces that it is not modifiable at runtime. However, this blows up in the VersionDebugPanel as it currently assumes it is a list. Signed-off-by: Chris Lamb <lamby@debian.org> | |||
| 2011-11-30 | Convert settings.INSTALLED_APPS to list before concatenating django. | Andi Albrecht | |
| According to the Django documentation settings.INSTALLED_APPS is a tuple. To go for sure that only list + list are concatenated, settings.INSTALLED_APPS is converted to list type before adding ['django']. | |||
| 2011-11-23 | Merge pull request #232 from andialbrecht/master | David Cramer | |
| Fix for issue231: Only call _end_rusage() in TimerPanel when resource module is available. | |||
| 2011-11-15 | Only call _elapsed_ru() in TimerPanel when resource module is available. | Andi Albrecht | |
| 2011-10-28 | Add simple escaping params in sql; pep8 for utils.trackings.db | Apkawa | |
| 2011-10-26 | Merge pull request #223 from Apkawa/master | David Cramer | |
| Fixed profiling.ProfilingDebugPanel and bug for raw sql with no latin comments | |||
| 2011-10-27 | fixed AttributeError on 404 page exception in ProfilerPanel.process_response | Apkawa | |
| 2011-10-26 | Fixed ProfilingDebugPanel; fixed example site if installed other ↵ | Apkawa | |
| debug_toolbar in system | |||
| 2011-10-12 | Ensure we are actually using the new get_stack code instead of inspect.stack | David Cramer | |
| 2011-10-12 | Custom implementation of inspect.stack() which safely handles errors with ↵ | David Cramer | |
| findsource | |||
| 2011-10-09 | Merge pull request #222 from pzinovkin/master | David Cramer | |
| Fix for error 'Settings' object has no attribute 'DATABASE_ENGINE' (#208) | |||
| 2011-10-09 | Fix for error 'Settings' object has no attribute 'DATABASE_ENGINE' | pzinovkin | |
| 2011-10-07 | Merge pull request #219 from colinhowe/master | David Cramer | |
| Make stacktraces optional | |||
| 2011-10-07 | Make stacktraces configurable | Colin Howe | |
| 2011-09-27 | Merge pull request #213 from thinred/master | David Cramer | |
| Refactored template filtering: discard DjDT templates asap. | |||
| 2011-09-27 | Refactored template filtering: discard DjDT templates asap. | Tomasz Buchert | |
| 2011-09-26 | A little clean-up of last commit. | Rob Hudson | |
| - Removed unused imports. - Used already existing ms conversion | |||
| 2011-09-26 | Merge pull request #164 from gwrtheyrn/master | Rob Hudson | |
| Display execution time with query in debugsqlshell. Thanks gwrtheyrn. | |||
| 2011-09-26 | Dont use ternary operator | David Cramer | |
| 2011-09-26 | Merge branch 'issue-duplicated-queries' of ↵ | David Cramer | |
| https://github.com/thinred/django-debug-toolbar into thinred-issue-duplicated-queries | |||
| 2011-09-26 | Better substitutions for template context variables triggering SQL queries | Mikhail Korobov | |
| 2011-09-26 | Issue 187: queries are captured and not executed when template panel is ↵ | Tomasz Buchert | |
| rendered. | |||
| 2011-09-25 | Changed datetime.today to datetime.now | Danilo Bargen | |
| 2011-09-16 | Merge pull request #206 from lincolnloop/stats_decouple | David Cramer | |
| Decouple statistics from presentation | |||
| 2011-09-15 | The toolbar can't be assigned at init - so grab it each time the method is ↵ | bkonkle | |
| called | |||
| 2011-09-15 | Remove any remaining uses of self.__class__ with super | bkonkle | |
