| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-10 | Be resilient if not all middleware run. | Aymeric Augustin | |
| Fix #129. | |||
| 2013-11-10 | Add test for the cache panel. | Aymeric Augustin | |
| 2013-11-10 | Disable instrumentation for disabled panels. | Aymeric Augustin | |
| This eliminates the performance overhead when a panel is disabled. | |||
| 2013-11-10 | Fix PEP 8 violations. | Aymeric Augustin | |
| 2013-11-10 | Move two tests specific to the request vars panel in their module. | Aymeric Augustin | |
| 2013-11-10 | Normalize the way we write panel tests. | Aymeric Augustin | |
| 2013-11-10 | Move a test specific to the template panel in its module. | Aymeric Augustin | |
| 2013-11-10 | Move a test specific to the profiling panel in its module. | Aymeric Augustin | |
| 2013-11-10 | Invalidate cached list of panels during tests. | Aymeric Augustin | |
| 2013-11-10 | Improve regression test added in 8525bfc7. | Aymeric Augustin | |
| Refs #422. | |||
| 2013-11-01 | Split tests across several modules. | Aymeric Augustin | |
| Fix #426. | |||
| 2013-11-01 | Remove unused file. | Aymeric Augustin | |
| 2013-11-01 | Removed redundant settings manipulations in tests. | Aymeric Augustin | |
| 2013-11-01 | Get rid of custom test runner. | Aymeric Augustin | |
| Refs #426. | |||
| 2013-10-27 | Fix a few tests that broke after 982f341. | Aymeric Augustin | |
| 2013-10-26 | Eliminate almost all flake8 messages. | Aymeric Augustin | |
| 2013-10-26 | Remove unused imports. | Aymeric Augustin | |
| 2013-10-26 | Remove inappropriate docstring. | Aymeric Augustin | |
| 2013-10-26 | Don't crash on non ascii bytestrings in db params. | Aymeric Augustin | |
| Thanks Karen Tracey for the report. Fix #422. | |||
| 2013-10-26 | Fix tests under Django 1.6. | Aymeric Augustin | |
| Fix #425. | |||
| 2013-10-26 | Improve tests for the debugsqlshell command. | Aymeric Augustin | |
| Fix #424. | |||
| 2013-10-22 | Fix #420 -- Regression in 729d75d. | Aymeric Augustin | |
| Thanks Jacob Hesch for the report. | |||
| 2013-10-19 | Merge pull request #419 from aaugustin/drop-test | Aymeric Augustin | |
| Stop looking at settings.TEST. Fix #270. | |||
| 2013-10-18 | Add test for issue #348. | Aymeric Augustin | |
| 2013-10-18 | Stop looking at settings.TEST. Fix #270. | Aymeric Augustin | |
| 2013-10-18 | Make show_toolbar available for easier customization. | Aymeric Augustin | |
| Thanks Ned Batchelder for the suggestion. Fix #324. | |||
| 2013-10-18 | Test that non-string view arguments are supported. | Aymeric Augustin | |
| Close #43. | |||
| 2013-10-18 | Fix crash with objects having a non-ASCII repr in context. | Aymeric Augustin | |
| 2013-10-18 | Oops, remove debug. | Aymeric Augustin | |
| 2013-10-18 | Ensure the toolbar only outputs valid XML. | Aymeric Augustin | |
| This allows using it in websites served with the application/xml+xhtml mime type. Fix #221. | |||
| 2013-10-18 | Small test refactoring. | Aymeric Augustin | |
| 2013-10-18 | #151 -- Logging panel fails on invalid string representations | Bouke Haarsma | |
| 2013-10-18 | Test that non-ASCII data in sessions works. | Aymeric Augustin | |
| Fix #67. | |||
| 2013-10-17 | Support non-ASCII queries in the SQL panel. | Aymeric Augustin | |
| Fix #28. | |||
| 2013-10-17 | Support DEFAULT_CHARSET != 'utf-8'. Fix #15. | Aymeric Augustin | |
| 2013-10-17 | Take advantage of TestCase.settings. | Aymeric Augustin | |
| It's available in Django >= 1.4. | |||
| 2013-10-17 | Remove dead code. | Aymeric Augustin | |
| These features were still tested, but they weren't used anywhere. | |||
| 2013-10-17 | Update usage of the threading module. | Aymeric Augustin | |
| 2013-10-17 | Replace assertEquals by assertEqual. | Aymeric Augustin | |
| 2013-10-17 | Stopped using dict.iter*. | Aymeric Augustin | |
| Since performance isn't a primary concern, the non-iterable versions will do just fine on Python 2. | |||
| 2013-10-17 | Update imports for renamed modules. | Aymeric Augustin | |
| 2013-10-17 | Replace basestring by six.string_types. | Aymeric Augustin | |
| 2013-10-17 | Enable unicode_literals in all non-empty modules. | Aymeric Augustin | |
| 2013-10-17 | Remove compatibility code for unsupported version of Django. | Aymeric Augustin | |
| 2013-10-14 | Fix a failing test on Django 1.5. | Aymeric Augustin | |
| It was failing since I added a default context with a few constants. | |||
| 2013-03-02 | Merge pull request #342 from davidwtbuxton/master | Jannis Leidel | |
| Python 2.5 compatibility, fixes #261 | |||
| 2013-03-02 | Merge branch 'issue_230' of git://github.com/akaariai/django-debug-toolbar ↵ | Jannis Leidel | |
| into akaariai-issue_230 Conflicts: debug_toolbar/utils/tracking/db.py | |||
| 2012-12-30 | Avoid importing `django.conf.urls.defaults` on django 1.4+ | Simon Charette | |
| 2012-12-11 | Python 2.5 compatibility #261 | David Buxton | |
| 2012-08-27 | Tests for issue_230 | Anssi Kääriäinen | |
