mezzanine-blocks
mezzanine-blocks copied to clipboard
Added support for django-modeltranslation
Mezzanine's newest version (currently: master) will add support for django-modeltranslation.
This pull request aims to support django-modeltranslation for mezzanine-blocks as well. I only tested it for RichBlocks.
The integration with modeltranslation in Mezzanine is entirely optional - it looks like this change assumes it's always installed, which won't be the case.
Yes, you are right. This pull request needs improvement.
Thanks @stephenmcd for feedback. Let's see if we can improve on this.