- DistinctCount qualifier added <Petr Dlouhý>
- date/operate fields can now contain related reference <Petr Dlouhý>
- fix loading charts on page load <Petr Dlouhý>
- Count added <Petr Dlouhý>
- fix Travis configuration and Django versions in it <Petr Dlouhý>
- other fixes for Django 2.0 <Petr Dlouhý>
- use djcacheutils for Python 3 compatibility <Petr Dlouhý>
- make possible to change dateformat of x axis <Petr Dlouhý>
- add example for dynamic criteria <Petr Dlouhý>
- test also dynamic criteria <Petr Dlouhý>
- use django-qsstats-magic that work with Python 3 in tests <Petr Dlouhý>
- test actual chart generation -> increase test coverage <Petr Dlouhý>
- fix: preserve criteria settings of other chart stats <Petr Dlouhý>
- fix duplicate id of dynamic criteria form <Petr Dlouhý>
- reduce size of generated code by reusing load_charts code in function <Petr Dlouhý>
- fix duplication of % sign in template svg tag <Petr Dlouhý>
- catch also TypeError in registration field <Petr Dlouhý>
- rename "Graph key" to "Graph identifier" to be more clear <Petr Dlouhý>
- use save_as=True in admin to allow easier copying of charts <Petr Dlouhý>
- allow to override day intervalse for graphs <Petr Dlouhý>
- reorganize testing to run coverage <Petr Dlouhý>
- remove old import code <Petr Dlouhý>
- checks of DashboardStats field values, report field errors by Django message framework <Petr Dlouhý>
- fix travis-ci tests Django & Python version
- fixes for newer Django and Python versions
- add Travis configuration file
- allow to override get_registration_charts function
- fix Python 3 compatibility
- python manage.py bower_install creates the folder build for src
- remove null=True on ManyToManyField
- add migrations
- fix bower_install creates a the folder build for src
- support for django 1.9 - depreciated get_model
- remove python-memcached from requirements
- support of Aggregation functions
- fix setup with requirement.txt file
- get rid of dependencies
- Fix js async loading with recent jquery version
- Fix requirements to not force old version of jsonfield
- Fix some bug on the tabs behavior and tooltip of the charts
- Update documentation
- Support for Django-NVD3
- fix requirements - dep to django-admin-tools>=0.5.0
- Update trans string
- Fix requirement for switch2bill-common
- Fix for Django 1.4 timezone support by vdboor (Diederik van der Boor)
- Improve setup.py and update manifest
- Update README.rst
- Fix PEP8
- Import project