Support for django3
See original GitHub issueCurrently, this module uses legacy APIs like six and python2_unicode_compatible. These have been deprecated for a long time and now have been removed removed from django3.0 onward. python2_unicode_compatible has no effect in python3, and can be safely removed. six.string_types can be safely replaced by str.
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (11 by maintainers)
Top Results From Across the Web
Django 3.2 release notes
Django 3.2 is designated as a long-term support release. It will receive security updates for at least three years after its release.
Read more >Django - endoflife.date
Check End of Life, Support Schedule, and release timelines for AlmaLinux OS, Alpine Linux, Amazon Linux, Android OS, Angular, Ansible-core, Ansible, antiX, ...
Read more >3.0.0 Release Notes — Channels 4.0.0 documentation
Channels 3 supports Django 3.x and beyond, as well continuing to support the Django 2.2 LTS. We will support Django 2.2 at least...
Read more >django-filter - PyPI
Support for Python and Django versions will be dropped when they reach end-of-life. Support for Python versions will dropped when they reach end-of-life,...
Read more >Redis cache backend for Django - GitHub
Three URL schemes are supported: redis:// : creates a normal ... django-redis supports customizing the underlying Redis client (see "Pluggable clients").
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

https://github.com/jazzband/django-push-notifications/releases/tag/2.0.0 https://pypi.org/manage/project/django-push-notifications/release/2.0.0/
I still need to fix the release notes, but it is available to download.
Do we have any updates here? Our project is also needing this in. We’d be more than happy to help test it, too.