You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: