-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
Hello, I'm trying to integrate django-querysetsequence with django-datatable-view (https://github.com/pivotal-energy-solutions/django-datatable-view)
When this component executes a search a NotImplementedError: QuerySetSequence does not implement distinct() error arrises.
So I would like to know if you plan to implement distinct in the future.
By the way, I fix it so when I use querysetsequence it doesn't use distinct, but of course, there are some duplicated results.
Thanks a lot for the help.
Mauro.