django.js
django.js copied to clipboard
Support for Django 4.x
We are using django.js in our project for a long time and it was working fine until we upgraded to Django 4. The issue was import of six has been changed from Django 3 onwards. We have fixed it already by directly changing the codebase.
I would like to update the codbase of django.js to add support for Django 4.x