------ * Bumped minimum django verion: 1.11.18 (last python2.7 version) * Test more mongo versions * Recursivly check for keys that start with $ and replace with unicode equivalent * check mongoversion before modifying keys with '$' and '.'. * above check makes mongo 3.6+ faster to check and fix.
0.9.2
------ * Better misconfiguration exception messages and exception classes.
0.9.1
------ * Fixed syntax error in README>rst
0.9.0
------ * Removed support for pymongo < 3.0 * Removed support for Django < 1.9.8 * Added ml_purge command for cleaning out log documents * Log Handler now takes 'collection' keyword to control which mongo collection is used
0.8.0
------ * Mongolog.find utility for searching the logs * flake8 compliance (mostly)