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
The Django 3.0.0 release notes specify that certain private Python 2 compatibility APIs were removed. Among those was django.utils.six. An alternative is required.
The Django 3.0.0 release notes specify that certain private Python 2 compatibility APIs were removed. Among those was
django.utils.six. An alternative is required.