Closed cstrap closed 7 years ago
I got the same errors on the develop branch :-( Could be an issue related to something that I totally ignore?
Nice one @cstrap ! Failures probably depends on django CMS changes in 3.4 I'll check those first
@cstrap fixed in #69 Could you rebase this after merge of above PR?
Merging #68 into develop will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## develop #68 +/- ##
========================================
Coverage 85.55% 85.55%
========================================
Files 8 8
Lines 367 367
Branches 47 47
========================================
Hits 314 314
Misses 42 42
Partials 11 11
Impacted Files | Coverage Δ | |
---|---|---|
djangocms_page_meta/utils.py | 83.17% <0%> (ø) |
:arrow_up: |
djangocms_page_meta/__init__.py | ||
djangocms_page_meta/south_migrations/__init__.py | 100% <0%> (ø) |
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 3e2b283...28cb390. Read the comment docs.
Thanks!
Thanks to you @cstrap for spotting this and proposing this fix!
The idea is share the image using the
filer_file.canonical_url
if django-filer is configured otherwise use thefiler_file.url
property.