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

Update Django Extensions version from 1.5.9 to 3.1.0 #839

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

johnbaldwin
Copy link

Django Extensions 1.5.9 breaks on at least some functionality in Django
2.2. Specifically when you run ./manage.py cms show_urls, you get:

  File "/edx/app/edxapp/venvs/edxapp/lib/python3.5/site-packages/django_extensions/management/commands/show_urls.py", line 9, in <module>
    from django.core.urlresolvers import RegexURLPattern, RegexURLResolver, LocaleRegexURLResolver
ImportError: No module named 'django.core.urlresolvers'

This PR upgrades to the latest version that supports Python 3.5

Django Extensions 1.5.9 breaks on at least some functionality in Django
2.2. Specifically when you run `./manage.py cms show_urls`, you get:

```
  File "/edx/app/edxapp/venvs/edxapp/lib/python3.5/site-packages/django_extensions/management/commands/show_urls.py", line 9, in <module>
    from django.core.urlresolvers import RegexURLPattern, RegexURLResolver, LocaleRegexURLResolver
ImportError: No module named 'django.core.urlresolvers'
```

This PR upgrades to the latest version that supports Python 3.5
@coveralls
Copy link

Coverage Status

Coverage increased (+0.0005%) to 40.069% when pulling 6e23812 on john/update-django-extensions into 09fa65e on main.

Copy link

@OmarIthawi OmarIthawi left a comment

Choose a reason for hiding this comment

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

Thanks John!

@OmarIthawi OmarIthawi merged commit 2468d85 into main Mar 12, 2021
@OmarIthawi OmarIthawi deleted the john/update-django-extensions branch March 12, 2021 09:09
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.

4 participants