Skip to content

Releases: RamezIssac/django-slick-reporting

0.6.6

10 Feb 07:35
Compare
Choose a tag to compare

Updates:

  • Now a method on a generator will be effectively used as column
  • Use correct model when traversing on group by

0.6.5

27 Jan 19:45
Compare
Choose a tag to compare
  • Fix Issue with group_by field pointing to model with custom primary key Issue #58

0.6.4

24 Jan 06:02
Compare
Choose a tag to compare
  • 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

11 Dec 20:13
Compare
Choose a tag to compare

Change the deprecated in Django 4 request.is_ajax .

v0.6.2

10 Dec 20:34
Compare
Choose a tag to compare

Fix an issue with time series calculating first day of the month to be of the previous month #46

v0.6.1

24 Nov 06:07
Compare
Choose a tag to compare

Released 24 of November 2021

  • Fix Django 4 Compatibility

v0.5.8

08 Apr 05:58
Compare
Choose a tag to compare

Upgrade for Django 3.2

v0.5.7

07 Mar 06:04
Compare
Choose a tag to compare

Add ability to refer to related fields in a group by report(@jrutila)

v0.5.6

10 Feb 06:30
Compare
Choose a tag to compare
  • Add excluded_fields to report_form_factory (@gr4n0t4)
  • Added support for group by Many To Many field (@gr4n0t4)

v0.5.5

10 Jan 07:10
Compare
Choose a tag to compare
  • Add datepicker initialization function call (@squio)
  • Fixed an issue with default dates not being functional.