I have 10 languages in use by django-cms. Each one gets a tab in the admin. Now we would like to restrict it, so that the russian translator cannot edit the German translation, only view his own translation. Is this doable somehow without mucking around in django-cms code?
I've done something similar for regular models that are marked translatable, but haven't found any useful information on how to hide languages in django-cms.
I would like a solution that does not require hacking django cms, if possible