----------------- * add HTML info page * Dropped support for old Django (<1.9) versions and Python 2.6 * Django 2.0 support has been added.
1.2
--------------- * fixex python 3.6 compatibility * new config '_ttl' to set cache max_age attribute
1.1
--------------- * Django 1.11 compatibility * handle broken database connections * add new mail server informations * new 'checks' API * BACKWARD INCONPATIBLE: new config format
1.0
----------------- * fixes error in json serialization * BACKWARD INCOMPATIBLE: by default all the sections are disabled * allow both string and callable in extra section * added new configuration parameters * new management command
0.3
----------------- * dropped support Django<1.6 * add `settings.SYSINFO_USERS` to manage access * default Basic Authentication protected urls * removed 'sys' prefix from default urlpatterns * new 'echo' endpoint
0.2
----------------- * add some infos * output sorted to improve readibility * add ability to filter sections (?s=os,python) * add CACHES infos * removed command line utility