-
Notifications
You must be signed in to change notification settings - Fork 8
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
pylint-django plugin issue with wagtail and py38 issue fixed. #97
Conversation
0bc8e54
to
edb9b98
Compare
@@ -191,15 +192,15 @@ class ProgramPageBranding(Branding): | |||
page = ParentalKey(ProgramPage, on_delete=models.CASCADE, related_name='branding', unique=True) | |||
|
|||
cover_image = models.ForeignKey( | |||
'wagtailimages.Image', | |||
Image, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
known issue wagtail/wagtail#5538
ac181ec
to
02993ef
Compare
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
==========================================
+ Coverage 90.26% 90.35% +0.09%
==========================================
Files 28 28
Lines 842 850 +8
Branches 110 110
==========================================
+ Hits 760 768 +8
Misses 63 63
Partials 19 19
Continue to review full report at Codecov.
|
@morenol please review. |
https://openedx.atlassian.net/browse/BOM-1536