martsberger / django-pivot

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

force_text in django_pivot.utils.py is depricated for django >=3.0 #12

Closed osvill closed 3 years ago

osvill commented 4 years ago

First I want to thank you for this great package! I'm using it intensively!

As described in the title I'm encountering warnings from the imported method force_text from django.utils.encoding in django_pivot.utils.py in line 20.

It recommends to use the new method force_str introduced in django v3 in django.utils.encoding, see here .

Maybe a version check of django in django_pivot.utils.py in line 20 could help.

martsberger commented 4 years ago

Thanks for brining this up. Do you want to submit a PR for this?

Also need to add Django 3.0 to the travis.yml