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 2.0 Support

See original GitHub issue

While trying to upgrade one of my projects to Django 2.0, I received the following error for drf-docs:

File ".../ve3.6/lib/python3.6/site-packages/rest_framework_docs/api_docs.py", line 3, in <module>
    from django.core.urlresolvers import RegexURLResolver, RegexURLPattern
ModuleNotFoundError: No module named 'django.core.urlresolvers'

So far I have not found much about how those classes have been moved/changed in Django’s latest versions, so I cannot yet contribute to fix this.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:15
  • Comments:16 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
ggjersundcommented, Jul 31, 2018

Awaiting merging of #177 and close, anyone working on it?

2reactions
pablo0723commented, Sep 14, 2018

Any changes, any info when will be merged?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Django 2.0 release notes
Django 2.0 supports Python 3.4, 3.5, 3.6, and 3.7. We highly recommend and only officially support the latest release of each series.
Read more >
Download Django
The last version to support Python 2.7 is Django 1.11 LTS. See the FAQ for the Python versions supported by ... 2.0, 2.0.13,...
Read more >
Release notes - Django documentation
Release notes¶. Release notes for the official Django releases. Each release note will tell you what's new in each version, and will also...
Read more >
FAQ: Installation | Django documentation
Therefore Django 1.8 is the last version to support Python 3.3. What Python version should I use with Django?¶. Since newer versions of...
Read more >
Django's release process
Certain feature releases will be designated as long-term support (LTS) releases. ... Starting with Django 2.0, version numbers will use a loose form...
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