- Include querystring in host output ([PR #17])
- Fixed statistics duplicate count.
- Fixed version (again).
- Fixed project url.
- Fixed internal version
- Improved duplicate detection caused by N+1 conditions.
- Introduced the [RESPONSE_HEADER Setting in #15](#15). Thanks @LifeCoder45!
- Fixed Issue #14 so that running tests doesn't result in
AttributeError: 'QueryCountMiddleware' object has no attribute 'get_response'
. - Removed the test_app and replaced existing tests with very simple smoke tests.
- Added support for Django 1.10 Middleware.
- Fixed an issue that may cause an exception if we got a None value for the sql query.
- Fixed an issue where previous request's queries didn't get reset.
- Minor output formatting
- Included a count for duplicate sql queries. (issue #7)
- Included a new setting option,
DISPLAY_DUPLICATES
to control how many duplicate queries are printed in the shell.
- Added IGNORE_SQL_PATTERNS. PR #6. Thanks @GitFree
- Changed IGNORE_PATTERNS setting to IGNORE_REQUEST_PATTERNS (but still support the old setting)
- Added an IGNORE_PATTERNS setting and ability to ignore certain http requests.
- Slight project reorganization.
- Minor update to dynamically put version number in setup.py
- Added "elapsed" and "query count" log thresholds. PR #4. Thanks @alonisser
- Initial version. Huge thanks to @mrrrgn for making this look like a real project.