Releases: RamezIssac/django-slick-reporting
Releases · RamezIssac/django-slick-reporting
v0.5.3
- Enhanced Field prepare flow
- Add traversing for group_by
- Allowed tests to run specific tests instead of the whole suit
- Enhanced templates structure for easier override/customization
v0.5.2
- Enhanced Time Series Plot total HighChart by accenting the categories
- Enhanced the default verbose names of time series.
- Expanding test coverage
v0.5.1
- Added time series capability on a non-group by report
- Added setting time series custom dates on ReportGenerator attr and init
- Fixed a bug with setting the queryset, andnot the report model, on SlickReportView
- Fixed an issue if GenericForeignKey is on the report model
- Fixed an issue with Time series annual pattern
v0.5.0
- Created the demo site https://django-slick-reporting.com/
- Add support to group by date field
- Add
format_row
hook to SlickReportingView - Add support for several chart engine per same report
- Add
SLICK_REPORTING_FORM_MEDIA
&SLICK_REPORTING_DEFAULT_CHARTS_ENGINE
setting. - Documenting SlickReportView response structure.
- Fix issue with special column names
__time_series__
and__crosstab__
- Fix issue with Crosstab reminder option.
v0.4.2
v0.4.1
v0.4
[ Breaking ]
- Renamed
SampleReportView
toSlickReportView
- Renamed
BaseReportField
toSlickReportField
- Added
SlickReportViewBase
leaving sanity checks for theSlickReportView
v0.3
Add Sanity checks against incorrect entries in columns or date_field
Add support to create ReportField on the fly in all report types
Enhance exception verbosity.
Removed doc_date field reference .
v0.2.9
- Fixed an issue getting a db field verbose column name
- Fixed an issue with the report demo page's filter button not working correctly.
v0.2.7
- Bring back Crosstab capability
- Rename
quan
to the more verbosequantity
- Minor enhancements around templates