islco / django-rq-scheduler

A database backed job scheduler for Django RQ and RQ Scheduler
MIT License
42 stars 46 forks source link

Django 3.0 Support #38

Open g3rd opened 4 years ago

g3rd commented 4 years ago

Todo:

Discussion:

gabrielfarah commented 4 years ago

Hi, need any help getting this milestone thru? Will be more than happy to help

chevie commented 4 years ago

Hi, any visibility as to when this milestone will be completed? I'd like to update to Django 3 but by build is breaking with error File ".../scheduler/models.py", line 9, in from django.utils.encoding import python_2_unicode_compatible ImportError: cannot import name 'python_2_unicode_compatible'

lifenautjoe commented 4 years ago

Hi! Any progress on this? Also happy to sponsor some coffees for this one. Its a blocker :-(

cunla commented 3 years ago

since it doesn't look like this is maintained, I found a workaround, in your manage.py - add:

import django.utils.encoding
import six
django.utils.encoding.python_2_unicode_compatible = six.python_2_unicode_compatible