------------------ * move use_as to the m2m model to make criteria more universal * add prefix for criteria
0.15.0
------------------ * cleanups and refactoring * faster queries * add Django 3.0 support * invalidate cache on models save * dropped support of Python 3.5 (in which cache invalidation does not work) * add AvgCountPerInstance operation type * allow to set &debug=True GET parameter in chart-data view for easier debugging * move distinct to separate field
0.14.0
------------------ * fix js cache mismatches
0.13.0
------------------ * add x_axis_format as DashboardStats field * add interactive guideline to StackedAreaChart
0.12.0
------------------
* fix problem with date as Date field * report errors as javascript alerts
0.11.0
------------------
* added support to display dynamic criteria as multiple series <Petr Dlouhý> * chart type switcher was added <Petr Dlouhý> * default values for charts switches can be configured in DashboardStatsAdmin <Petr Dlouhý> * fix for USE_TZ=False <Petr Dlouhý> * fix switches action that was not working in some cases <Petr Dlouhý> * dynamic criteria values are automatically generated if dynamic criteria mapping not filled in (in some cases) <Petr Dlouhý> * dynamic criteria JSON can now contain filter value <Petr Dlouhý> * support for Django<2.0 and Python<3.5 was dropped <Petr Dlouhý>