django-chroniker icon indicating copy to clipboard operation
django-chroniker copied to clipboard

Djnago 3 support

Open Heshmatkhah opened this issue 5 years ago • 4 comments

Hi, The django.utils.six package is removed in Django 3.0, and they suggeste to use pypi six package instead.

Also django.shortcuts.render_to_response has been removed and shoud be replaced with render

Heshmatkhah avatar Dec 23 '19 14:12 Heshmatkhah

Thanks for the heads-up.

chrisspen avatar Dec 23 '19 18:12 chrisspen

Does this mean django-chroniker does not work on Django 3?

arianofaoms avatar Jan 14 '20 16:01 arianofaoms

yes, it does. django-chroniker does not work on Django 3. they have to decide to ether drop python 2 support or using django.utils.six in order to support python 2.

Heshmatkhah avatar Jan 26 '20 05:01 Heshmatkhah

Are there any plans to update django-chroniker to be compatible with Django 3 and Django 4? We're stuck on Django 2.2 because of it.

eric-smith-jca avatar Dec 11 '23 15:12 eric-smith-jca