martsberger / django-pivot

A module for pivoting Django Querysets
MIT License
209 stars 16 forks source link

Ordered querysets #29

Closed martsberger closed 11 months ago

martsberger commented 11 months ago

Fixes issue #28 (part 1 of issue #5). By default ordering is removed from querysets passed to pivot. If an order is required in the resulting pivot table, there is an optional ordering paramter to the pivot function.