- Improved duplicate detection caused by N+1 conditions.
0.7.0
+++++
- Introduced the [RESPONSE_HEADER Setting in 15](https://github.com/bradmontgomery/django-querycount/pull/15). Thanks LifeCoder45!
0.6.0
+++++
- 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.