Skip to content

Commit

Permalink
Update Django Extensions version from 1.5.9 to 3.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
johnbaldwin committed Mar 11, 2021
1 parent 09fa65e commit 6e23812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/edx/appsembler.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django-extensions==1.5.9
django-extensions==3.1.0
python-intercom==3.1.0
raven==6.10.0
django-anymail==5.0
Expand Down

0 comments on commit 6e23812

Please sign in to comment.