issues
search
hacktoolkit
/
django-htk
A set of apps, utilities, middlewares, etc for Django
MIT License
140
stars
46
forks
source link
fix: 🐛 datatables api view builder
#417
Closed
goztrk
closed
8 months ago
goztrk
commented
10 months ago
Description
fixed base filter is being excluded instead of filtering.
model_class
is now can be a
QuerySet
to allow special circumstances like aggregation might be needed beforehand.
Description
model_class
is now can be aQuerySet
to allow special circumstances like aggregation might be needed beforehand.