Gaetano D'Onghia

Results 12 comments of Gaetano D'Onghia

I'm glad you like this proposal I think they are different things, one permission could be used for unauthenticated users too, or the same permission could be used for different...

Yes, you can. In read mode you will see the translated field In write mode, if you want to set a field for every language, you have to customize your...

django-modeltranslation==0.11 Django==1.8.11 changed fields: a TextField and an ImageField (there were no translations for these fields, but there were translation for an other TextField and for a Charfield) Hope it...

Excuse me @zlorf but is very difficult to be more verbose because I'm running against time. I didn't set MODELTRANSLATION_LANGUAGES ``` LANGUAGES = ( ('it', gettext('Italiano')), ('de', gettext('Deutsche')), ('fr', gettext('Francais')),...

Already the same problem... I debugged and ..... the problem is not on those fields but on fields of an other model, that is Proxy... ``` > > for model...

I came here from a link found on this interesting article (unfortunately written in Italian): https://www.ultimouomo.com/un-nuovo-modello-di-expected-goals/ Perhaps now they are using another database to pull out a metric, I imagine...

I see the same problem for other users here: https://groups.google.com/forum/#!topic/elastichq/GNsRosHW4JE

Hi all, Any update about this topic? I want to integrate django-js-reverse in my multilanguage project but I don't know if pip version of this package supports multilanguage. Thanks

Any update? @s-block ? Thanks in advance. :D