django-easy-pdf icon indicating copy to clipboard operation
django-easy-pdf copied to clipboard

Add support for Django 3.0

Open hugorodgerbrown opened this issue 5 years ago • 9 comments

There are references to django.utils.six, which has been dropped in favour of six.

hugorodgerbrown avatar Dec 03 '19 13:12 hugorodgerbrown

Another vote to support Django 3.0.

JosephTLyons avatar May 04 '20 19:05 JosephTLyons

When this can be merged? please support 3.0 No module named 'django.utils.six'

geolffreym avatar Jul 13 '20 18:07 geolffreym

@JosephTLyons check this https://github.com/nigma/django-easy-pdf/pull/73

geolffreym avatar Jul 15 '20 02:07 geolffreym

Hello, I solved this downloading a python extension called django.utils.six, https://pypi.org/project/django-utils-six/

BrnMarq avatar Nov 14 '20 21:11 BrnMarq

So far the import error has been about the import BytesIO, which is in the io lib now i believe

ploustoc avatar Jan 06 '21 13:01 ploustoc

anyone interested in maintaining or create a dj3 fork?

domdinicola avatar Jan 11 '21 15:01 domdinicola

@domdinicola have you already created/do you know of a dj3 fork? Would be interested in starting one.

J0 avatar Oct 17 '21 13:10 J0

@J0 https://github.com/olksndrdevhub/django-easy-pdf3 there's also a package on pypi https://pypi.org/project/django-easy-pdf3/

domdinicola avatar Oct 18 '21 14:10 domdinicola

cool, thanks! will just use that then

J0 avatar Oct 18 '21 17:10 J0