question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for django3

See original GitHub issue

Currently, 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:closed
  • Created 4 years ago
  • Comments:16 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
jamaalscarlettcommented, Mar 11, 2020
2reactions
jheldcommented, Mar 10, 2020

Do we have any updates here? Our project is also needing this in. We’d be more than happy to help test it, too.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found