martsberger / django-pivot

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

Add support for multiple rows and display_transform in pivot #6

Closed rafal-jaworski closed 5 years ago

rafal-jaworski commented 5 years ago

In this PR I also fixed travis builds for Django 1.11 and 2.09 for mysql db. https://docs.djangoproject.com/en/1.11/ref/databases/#id9 https://docs.djangoproject.com/en/2.0/ref/databases/#id8 In Django>=2.1 newest versions of mysqlclient are supported. https://docs.djangoproject.com/en/2.1/ref/databases/#id6

rafal-jaworski commented 5 years ago

Hey @martsberger, I updated the PR a few days ago. Could you check it? :)

martsberger commented 5 years ago

Yeah, sorry for the delay. I think just a tweak and this will be a good addition. If you prefer, I can merge it and make the changes, or you can do it and then we'll merge.

martsberger commented 5 years ago

Looks good to me. :+1: I'll go ahead and merge this.

rafal-jaworski commented 5 years ago

Thanks. Could you release the new version?

martsberger commented 5 years ago

This is released in version 1.7, available on pypi.