Cem YILDIZ

Results 4 issues of Cem YILDIZ

django-js-reverse returns following error in Django 4.0 According to release notes of Django 4.0 > django.utils.encoding.force_text() and smart_text() are removed. Related part in core.py (seems like it was solved already)...

Multitasking parts are failing when i use this in Celery. I have modified the source code myself for this. It would be great if the original code would also work...

in views.py there is: from django.utils.http import is_safe_url > ImportError: cannot import name 'is_safe_url' from 'django.utils.http' is_safe_url is outdates in django 4.0. it should be something like: from django.utils.http import...

closing

There are only a couple of cases for unit tests which should be improved.