Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django version >= 2.0 removes the django.core.urlresolvers module #81

Open
riberaborrell opened this issue Dec 5, 2017 · 5 comments
Open

Comments

@riberaborrell
Copy link

The django.core.urlresolvers module is removed in favor of its new location, django.urls.
https://docs.djangoproject.com/en/2.0/releases/2.0/
Therefore, such an error:
ModuleNotFoundError: No module named 'django.core.urlresolvers'

@riberaborrell riberaborrell changed the title django version >= 2.0 removes the django.core.urlresolvers module. django version >= 2.0 removes the django.core.urlresolvers module Dec 5, 2017
@aaamourao
Copy link

Indeed, it is preventing me to use django_markdown with my django 2.0.1 project

@Perados
Copy link

Perados commented Apr 27, 2018

This library is not maintained anymore, any alternative to use with django 2.0+ ?

@mireille-raad
Copy link

It will be useful to add this in the README :)

@Perados
Copy link

Perados commented May 5, 2018

Here is what I use now (with Django 2.0+): https://github.com/neutronX/django-markdownx

@IanTobar
Copy link

This issue isn't resolved. For anyone who wants to use django_markdown in 2.0+ you need to alter the first line in utils.py from django.core.urlresolvers to django.urls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants