Please update your settings according to updated README.
* Fix bug with redirect urls without trailing slash for Django < 1.10 * Add proxy cache backend instead of monkey patching Django caches
1.2
* Fix IntegrityError exception raised in case of concurrent access to database * Add customizable profiler report columns with SPEEDINFO_REPORT_COLUMNS * Add support for Django < 1.10 * Add integration with Travis CI
1.1.1
* Fix MultipleObjectsReturned error on concurrent access to get_or_create method of the ViewProfiler model
1.1.0
* Add export profiling data to CSV file. * Add measurement of the number of SQL queries and queries execution time.