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

Updates Travis to test for Django 2 and the LTS versions #274

Merged
merged 13 commits into from
Jan 8, 2018

Conversation

Koed00
Copy link
Owner

@Koed00 Koed00 commented Dec 5, 2017

No description provided.

@codecov-io
Copy link

codecov-io commented Dec 5, 2017

Codecov Report

Merging #274 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #274      +/-   ##
==========================================
- Coverage   92.74%   92.67%   -0.08%     
==========================================
  Files          42       42              
  Lines        2758     2758              
==========================================
- Hits         2558     2556       -2     
- Misses        200      202       +2
Impacted Files Coverage Δ
django_q/models.py 97.38% <0%> (-1.31%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d79ae0a...004019b. Read the comment docs.

Eagllus and others added 11 commits December 12, 2017 15:01
In Django 1.10 MIDDLEWARE_CLASSES is set to deprecated and is removed in Django 2.0.
The SessionAuthenticationMiddleware is also removed from Django 2.0 and was already
unconditionally enabled in Django 1.10.
This will not fix anything related to Django 2.0 but will allow MAC
users to run Django-Q allowing tests to be run locally.
By reverting django.core.signing to Django 1.11.8 version Django-Q works
This is not designed as a 'good' solution just to show where I think the
problem is.
@Koed00 Koed00 merged commit 96d7082 into master Jan 8, 2018
@Koed00 Koed00 deleted the django_2_compat branch August 6, 2018 06:41
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