On Mon, May 21, 2012 at 1:51 AM, googlegroups <
gmai...@numlock.ch> wrote:
> Thanks, Martin. I think I'd definitely have to extend the zip export/import
> functionality too, somehow (as disabling this functionality is not an option
> for me).
>
> I'm still wondering though whether there are any elegant solutions I'm not
> aware of (and whether it's possible at all, without forking?). Matthias
> (and/or Simon)?
It's not easily possible ATM. I didn't occur to me to use extensions
with mediafiles to be honest.
If you get a hold onto the MediaFile class, you can always access the
translation class using:
In [1]: from feincms.module.medialibrary.models import *
In [2]: MediaFile.translations.related.model
Out[2]: feincms.module.medialibrary.models.MediaFileTranslation
(Maybe we could add a creativecommons extension which offers a few
fields for specifying the licensing terms directly in the media
library, and not only with the copyright field?)
Matthias