You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.