Hi all,
I would like to use django-modeltranslation in a project but I am not sure if it would work.
I need some ManyToManyFields with intermediate table. In the docs it is said that translating ManyToMany fields is not supported, but translating ForeignKey fields is (as of Version 0.7).
Does this mean that I simply can not include the ManyToMany field as translatable in my translation.py file but have to do it separatly in the intermediate class (which, after all, works with ForeignKeys) or does this mean that as soon as I use any ManyToMany fields I am out of luck?
Thanks for your consideration and your work on django-modeltranslation!
Best regards,
Henning