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

Support reverse from Django 2.0 #7

Closed
wants to merge 2 commits into from

Conversation

dmvass
Copy link

@dmvass dmvass commented Feb 11, 2018

The django.core.urlresolvers module is removed in favor of its new location, django.urls.

Closes #8

@dmvass dmvass force-pushed the urlresolvers_django2 branch 2 times, most recently from 73d1597 to ed7cb31 Compare February 11, 2018 13:23
@dmvass
Copy link
Author

dmvass commented Feb 21, 2018

@gavinwahl friendly ping. Could you review this PR?

@dmvass
Copy link
Author

dmvass commented Apr 3, 2018

@gavinwahl could you reviewing my PR?

@mverteuil
Copy link

@gavinwahl @fusionbox

Also pinging on this, the branch works well for us too.

@@ -8,3 +8,4 @@ pep8.txt
dist/
build/
.tox
venv/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't find any environment directory name and added venv.

Copy link
Member

@gavinwahl gavinwahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this necessary? Doesn't tox support multiple python versions?

@dmvass
Copy link
Author

dmvass commented Jun 23, 2018

@dmvass
Copy link
Author

dmvass commented Jul 16, 2018

@gavinwahl do you have a time for review this PR and bump version? kind regards!

@hugoseabra
Copy link

I believe it is time to approve this. What do you think? Let's update python and django versions?

@gavinwahl
Copy link
Member

fixed in fc377ca

@gavinwahl gavinwahl closed this Jul 18, 2022
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

Successfully merging this pull request may close these issues.

ImportError: cannot import name 'urlresolvers'
4 participants