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

Fixes #72: Add django 3 support

Open daniel-ruiz opened this issue 5 years ago • 5 comments
trafficstars

Enable easy_pdf to be installed in Django 3.0 by dropping the dependency of django.utils.six module, which is no longer present in Django 3.0.

Instead, the classes that need compatibility with Python 2 have been added to the new compat module.

Fixes #72

daniel-ruiz avatar Dec 11 '19 15:12 daniel-ruiz

Would it be possible to integrate this please?

openHBP avatar Jun 22 '20 14:06 openHBP

@openHBP try creating your own fork of the project.. look like isnt maintened anymore.. or just install from my fork pip install git+git://github.com/geolffreym/django-easy-pdf.git#egg=django-easy-pdf

geolffreym avatar Jul 13 '20 18:07 geolffreym

@daniel-ruiz commit this fix since 2019 """"damn"""" this is not maintained project!!

geolffreym avatar Jul 13 '20 18:07 geolffreym

#75 Owwh, there is some update about this

LutfiZakaria avatar Aug 06 '20 00:08 LutfiZakaria

Would love to see this resolved as well!

schwartzadev avatar Aug 29 '22 16:08 schwartzadev