- values always returned as strings -> BooleanFields are displayed now
- reworte code to fetch payload data to avoid mysterious duplicated values
- improved admin interface for ChartConfig
- added management commands to create ChartType and ChartConfig objects.
- added app_name param to ChartConfig to avoid ambiguity in case models in different apps do have the same name.
- minor change in dropdown template tag
- refactoring of templates by introducing template tags
- removed work in progress banner
- In case of DEBUG=False only fieldpaths/models can be explored which are registerd in dedicated ChartConfig objects.
- Base templates can now be configured in settings-param
- First release on PyPI.