Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Django-2.2 support #15

Merged
merged 3 commits into from
Jul 12, 2019
Merged

Django-2.2 support #15

merged 3 commits into from
Jul 12, 2019

Conversation

tumb1er
Copy link
Owner

@tumb1er tumb1er commented Jul 12, 2019

  • Updated setup.py and test-requires
  • Added Django-2.2 to test matrix
  • Removed "NotImplemented" from set_autocommit for sphinx: autocommit mode is supported since 1.x but can be used only with RT indices.

@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #15 into master will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   90.93%   91.02%   +0.08%     
==========================================
  Files          14       14              
  Lines        1225     1225              
==========================================
+ Hits         1114     1115       +1     
+ Misses        111      110       -1
Impacted Files Coverage Δ
sphinxsearch/backend/sphinx/base.py 84.61% <ø> (+0.65%) ⬆️
testproject/testapp/tests.py 99.52% <100%> (ø) ⬆️
testproject/settings.py 100% <100%> (ø) ⬆️

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 6a3171a...7ce564e. Read the comment docs.

@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #15 into master will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   90.93%   91.02%   +0.08%     
==========================================
  Files          14       14              
  Lines        1225     1225              
==========================================
+ Hits         1114     1115       +1     
+ Misses        111      110       -1
Impacted Files Coverage Δ
sphinxsearch/backend/sphinx/base.py 84.61% <ø> (+0.65%) ⬆️
testproject/testapp/tests.py 99.52% <100%> (ø) ⬆️
testproject/settings.py 100% <100%> (ø) ⬆️

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 6a3171a...a0c52ed. Read the comment docs.

@tumb1er tumb1er merged commit a683052 into master Jul 12, 2019
@tumb1er tumb1er deleted the django_22 branch July 12, 2019 13:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant