Skip to content

Conversation

hzde0128
Copy link

适配Django3.0版本,测试通过
Django中six包已经移除,使用独立的第三方包
requirements.txt中django-formtools==2.2需要升级到2.2版本,2.1版本会报错
from django.utils import six ==> import six

from django.core.urlresolvers import NoReverseMatch, reverse ==> from django.urls import NoReverseMatch, reverse
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants