-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make project compatible for django 3.x #706
base: master
Are you sure you want to change the base?
Conversation
@@ -6,21 +6,21 @@ | |||
from django.utils import timezone | |||
from django.template.loader import get_template | |||
from django.template.context import Context | |||
from django.utils import six |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Django 3 has remove django.utils.six
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
怎么下载这个版本啊?我看master里面没有修改啊 |
i don't know how to download the fixed version, so i downloaded the version for django2.0, then i correct the "import six" one by one.... , thank u very much.
At 2020-02-08 22:58:53, "doubleli1210" <notifications@github.com> wrote:
@doubleli1210 commented on this pull request.
In xadmin/filters.py:
@@ -6,21 +6,21 @@
from django.utils import timezone
from django.template.loader import get_template
from django.template.context import Context
-from django.utils import six
yes
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
deal auther: |
No description provided.