django-chroniker
django-chroniker copied to clipboard
Djnago 3 support
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
Thanks for the heads-up.
Does this mean django-chroniker does not work on Django 3?
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.
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.