Is anyone already working on Django 4.2 support? I don't want to duplicate effort and was looking at it today.
So far the issue is the reference to django.utils.six, which no longer exists. Ah, that's version 1.8.0 -- 1.8.2 seems to remove that already and explicitly disallows Django 4.x in its requirements.
Is anyone already working on Django 4.2 support? I don't want to duplicate effort and was looking at it today.
So far the issue is the reference to django.utils.six, which no longer exists.Ah, that's version 1.8.0 -- 1.8.2 seems to remove that already and explicitly disallows Django 4.x in its requirements.