ojii / django-multilingual-ng

THIS PROJECT IS *NOT* SUPPORTED AND SHOULD NOT BE USED UNLESS YOU KNOW EXACTLY WHAT YOU'RE DOING!!!

Home Page:https://github.com/KristianOellegaard/django-hvad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inheritance don't work

nesh opened this issue · comments

Mixing translations with inheritance don't work at this moment, is there any work done in that direction or at least some pointers?

Could you provide a use case on what you try to do, what you expect to happen and what actually happens?

You can check inheritance branch of my fork - I added there some test cases.

I plan to look into it during the weekend and see if I can make it work.

Since 0660482 you can define a 'related_name' on the Translation model's Meta class.