Skip to content
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

Compatibility with Django 3 #93

Open
winny- opened this issue Jun 23, 2020 · 1 comment
Open

Compatibility with Django 3 #93

winny- opened this issue Jun 23, 2020 · 1 comment

Comments

@winny-
Copy link

winny- commented Jun 23, 2020

I tried to use django-dashing but realized it's not updated to work with Django 3. I did try to update django-dashing to Django 3, but noted there are more than a handful of modifications to be had:

It appears Django 3 introduces some breaking changes to django-dashing, such as removal of django.utils.six (used in dashing/settings.py), rename of settings.MIDDLEWARE_CLASSES to settings.MIDDLEWARE (used in test/test_app/test_app/settings.py). It appears some of the middlewares used in the test app do not appear to exist with the same name anymore.

Additionally it appears Python 2.7 support was dropped from Django from 1.1 1.11 onwards.

Is there interest in supporting Django 3? Is django-dashing still supporting Python 2? Thanks in advance.

@wickeym
Copy link

wickeym commented Apr 27, 2021

Hi, I just submitted a Pull Request to add this.
This has not been published to pypy since I am not the author of the plugin, but you can clone the project and pull in the code to start using it right away, which is what I'm doing.
Cheers,
Michael

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

No branches or pull requests

2 participants