-
-
Notifications
You must be signed in to change notification settings - Fork 101
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 2.0 #83
Django 2.0 #83
Conversation
so it's not locked at specific version. 1.11 is a LTS release
django.views.i18n.javascript_catalog was removed in django 2.0. This route didn't seem to be used in tests
This would break on 2.0, see jazzband#81
see also: jazzband#79, jazzband#81
Codecov Report
@@ Coverage Diff @@
## master #83 +/- ##
=========================================
- Coverage 65.69% 64.7% -0.99%
=========================================
Files 7 5 -2
Lines 137 136 -1
Branches 15 16 +1
=========================================
- Hits 90 88 -2
Misses 41 41
- Partials 6 7 +1
Continue to review full report at Codecov.
|
I can't rerun this: https://travis-ci.org/jazzband/django-robots/jobs/313061621 Can someone try? |
I can't rerun this: https://travis-ci.org/jazzband/django-robots/jobs/313061621 Can someone in @jazzband try? |
Using this in production @ https://devel.tech/ |
See #81 (comment)
Fixes include:
Dropping support for 1.10 and below (pending confirmation at Drop 1.10 and below? #82, preliminarily added)
Fixes for URL imports
javascript_catalog
(reasons: unused in tests, rm'd in django 2.0)include()
style fixes for admin.site.urlsFixes for
.is_authenticated()
Update tox and travis to test 2.0
Update trove classifiers and README