-
Notifications
You must be signed in to change notification settings - Fork 57
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
Critical Typo in registering custom Rendition model #311
Comments
Oh, wow. that has been there for some time (#16) |
Yea, I'm doing quite an uncommon project and I discover these kind of stuff in wagtail itself too, |
@engAmirEng if you have time, a PR is most welcome ;) |
wagtail-grapple/grapple/actions.py
Lines 135 to 142 in 2e7cb3e
Line 140 should call register_image_rendition_model() not register_image_model()
Fixing this typo will breake the server duo to "python-BaseException KeyError: '__module__'" so this issue actually references two issues
And a note for contributors: I Love and appreciate what you have done here in this project 👌❤
The text was updated successfully, but these errors were encountered: