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

Remove deprecated import (gone in Django 1.9) #222

Merged
merged 1 commit into from
Dec 10, 2018

Conversation

bittner
Copy link
Member

@bittner bittner commented Dec 9, 2018

Looks like we're fine without django.utils.importlib, which is removed in Django 1.9 and deprecated since at least Django 1.7.

Relates to issue #190.

@codecov
Copy link

codecov bot commented Dec 9, 2018

Codecov Report

Merging #222 into master will increase coverage by 0.14%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   89.72%   89.86%   +0.14%     
==========================================
  Files          25       25              
  Lines        1197     1194       -3     
  Branches      106      106              
==========================================
- Hits         1074     1073       -1     
+ Misses         91       89       -2     
  Partials       32       32
Flag Coverage Δ
#coverage 89.86% <100%> (+0.14%) ⬆️
#dj111 89.86% <100%> (+0.14%) ⬆️
#dj20 88.52% <100%> (+0.13%) ⬆️
#dj21 88.35% <100%> (+0.13%) ⬆️
#py27 89.19% <100%> (+0.14%) ⬆️
#py34 88.52% <100%> (+0.13%) ⬆️
#py35 88.52% <100%> (+0.13%) ⬆️
#py36 88.52% <100%> (+0.13%) ⬆️
#py37 88.52% <100%> (+0.13%) ⬆️
#pypy 89.19% <100%> (+0.14%) ⬆️
Impacted Files Coverage Δ
configurations/utils.py 48.48% <100%> (+0.44%) ⬆️

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 605e6fe...79b9237. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 9, 2018

Codecov Report

Merging #222 into master will increase coverage by 0.14%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   89.72%   89.86%   +0.14%     
==========================================
  Files          25       25              
  Lines        1197     1194       -3     
  Branches      106      106              
==========================================
- Hits         1074     1073       -1     
+ Misses         91       89       -2     
  Partials       32       32
Flag Coverage Δ
#coverage 89.86% <100%> (+0.14%) ⬆️
#dj111 89.86% <100%> (+0.14%) ⬆️
#dj20 88.52% <100%> (+0.13%) ⬆️
#dj21 88.35% <100%> (+0.13%) ⬆️
#py27 89.19% <100%> (+0.14%) ⬆️
#py34 88.52% <100%> (+0.13%) ⬆️
#py35 88.52% <100%> (+0.13%) ⬆️
#py36 88.52% <100%> (+0.13%) ⬆️
#py37 88.52% <100%> (+0.13%) ⬆️
#pypy 89.19% <100%> (+0.14%) ⬆️
Impacted Files Coverage Δ
configurations/utils.py 48.48% <100%> (+0.44%) ⬆️

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 605e6fe...79b9237. Read the comment docs.

@bittner bittner merged commit 3c8590a into master Dec 10, 2018
@bittner bittner deleted the feature/remove-deprecated-import branch December 10, 2018 12:17
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.

2 participants