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.

Django 3.0 support?

See original GitHub issue

Right now when I install this library in my Django 3.0 project, I get the following error: ImportError: cannot import name 'render_to_response' from 'django.shortcuts' (...../lib/python3.7/site-packages/django/shortcuts.py)

render_to_response was deprecated in Django 2.0 and removed from Django 3.0. Can someone please deploy a fix for this?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Anton-Shutikcommented, Sep 23, 2020

@chrisclark Could you pls make a release ?

3reactions
robertofd1995commented, May 25, 2020

Same issue, I created the PR to adapted to Django 3.0, @chrisclark could you publish the new version?

For the people with the same issue just substitute django-explorer in your requirements by:

-e git+https://github.com/groveco/django-sql-explorer@fdaf43653a4780b8982cffc9e10874c95de47e81#egg=django-sql-explorer

Read more comments on GitHub >

github_iconTop Results From Across the Web

Django 3.0 release notes
Django 3.0 supports Python 3.6, 3.7, 3.8, and 3.9 (as of 3.0.11). We highly recommend and only officially support the latest release of...
Read more >
Django 3.0 released with built-in async functionality and ...
Django 3.0 now comes with built-in async functionality, Python 3.6, 3.7 and 3.8 support, Filter expressions and more updates and features.
Read more >
What's New In Django 3.0 In Python? - SynergyTop
Django 3.0 supports MariaDB 10.2 and higher versions. It has replaced MySQL with enhancements and turns raw data into structured information for ...
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 >
Django 3.0 - Python Crash Course, 2nd Edition
Upgrading an Existing Project to Django 3.0 ... If you're already working on a Django project, you don't need to upgrade if your...
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