Releases: RamezIssac/django-slick-reporting
Releases · RamezIssac/django-slick-reporting
0.6.6
Updates:
- Now a method on a generator will be effectively used as column
- Use correct model when traversing on group by
0.6.5
0.6.4
- Fix highchart cache to target the specific chart
- Added initial and required to report_form_factory
- Added base_q_filters and base_kwargs_filters to SlickReportField to control the base queryset
- Add ability to customize ReportField on the fly
- Adds
prevent_group_by
option to SlickReportField Will prevent group by calculation for this specific field, serves when you want to compute overall results. - Support reference to SlickReportField class directly in
requires
instead of its "registered" name. - Adds PercentageToBalance report field
v0.6.3
Change the deprecated in Django 4 request.is_ajax
.
v0.6.2
v0.6.1
Released 24 of November 2021
- Fix Django 4 Compatibility
v0.5.8
Upgrade for Django 3.2