Skip to content

Fix queryset related issue

Samuel GAIST requested to merge fix_report_queryset_issues into master

Latest versions of django rest framework makes it mandatory to either provide a queryset property or get_queryset method.

This commit also simplifies the code based on the use of get_queryset.

Merge request reports