Closed imomaliev closed 4 years ago
Merging #99 into master will decrease coverage by
1.02%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #99 +/- ##
==========================================
- Coverage 96.25% 95.22% -1.03%
==========================================
Files 24 24
Lines 481 503 +22
==========================================
+ Hits 463 479 +16
- Misses 18 24 +6
Impacted Files | Coverage Δ | |
---|---|---|
django_fsm_log/models.py | 100% <100%> (ø) |
:arrow_up: |
tests/urls.py | 50% <0%> (-50%) |
:arrow_down: |
tests/test_admin.py | 83.33% <0%> (-16.67%) |
:arrow_down: |
django_fsm_log/decorators.py | 100% <0%> (ø) |
:arrow_up: |
tests/conftest.py | 100% <0%> (ø) |
:arrow_up: |
tests/test_manager.py | 100% <0%> (ø) |
:arrow_up: |
django_fsm_log/backends.py | 75.8% <0%> (+4.65%) |
:arrow_up: |
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 355cb22...84f424c. Read the comment docs.
fwiw, i'm using this, it works. thanks @imomaliev
@imomaliev Can you estimate me how many time do you need to merge it? I cant plan update my django app to newer version, because your package is still not working with django 3.0.
@Dejna93 I am not a collaborator of this repo. I can't merge this by myself. We need to wait until the current team will have time to merge this or give me access to do so.
@blueyed Do you think you could merge this in and release to PyPi?
It would be really great to see this PR merged and released !!! Can't use django-fsm-log with django 3 !
thx!
pypi.org is timing out. I'll try later to push the package
Dropped python 2 and django 1.8, test with django 3.0 and up, python 3.8