django-jsonview icon indicating copy to clipboard operation
django-jsonview copied to clipboard

Remove dependency on django.utils.six

Open jsocol opened this issue 6 years ago • 5 comments

django.utils.six is gone in 3.0. It's still present in 2.2 but we should remove the dependency. We can consider this along with ESRs and Python2 support

jsocol avatar May 01 '19 13:05 jsocol

Any support for this? Would you accept PRs?

JBKahn avatar Dec 10 '19 22:12 JBKahn

I would absolutely accept a PR.

At this point, I think it's probably fine to drop Python2 support and to build it in such a way that is Py3-only—which is hopefully fairly straightforward. It's more a question now of what that means the next released version will be.

jsocol avatar Dec 10 '19 22:12 jsocol

Up to you. I'd say dropping Python 2 is a major version bump but I'm not sure.

JBKahn avatar Dec 10 '19 22:12 JBKahn

Here's all I have https://github.com/jsocol/django-jsonview/pull/47

JBKahn avatar Dec 11 '19 03:12 JBKahn

@jsocol Is the Django 3 compatibility forthcoming? I'd love to use this package on my project.

timwilson avatar Apr 24 '20 23:04 timwilson