Django 2.0 Support
See original GitHub issueWhile 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:
- Created 6 years ago
- Reactions:15
- Comments:16 (1 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
Awaiting merging of #177 and close, anyone working on it?
Any changes, any info when will be merged?