django-modeltranslation icon indicating copy to clipboard operation
django-modeltranslation copied to clipboard

Translates Django models using a registration approach.

Results 131 django-modeltranslation issues
Sort by recently updated
recently updated
newest added

As stated in Django CMS issue tracker: https://github.com/django-cms/django-cms/issues/7948 Django CMS 4.1.x with modeltranslation active - custom CMS plugin attributes `allow_children`, and `child_classes` do not work correctly. Each plugin that has...

If you add Indonesian (Id) to LANGUAGES in Django and try to use TabbedTranslationAdmin there it looks weird

**What**: The original field of the translatable model does not appear. **Where**: django admin panel version 4.2.15. **When**: the admin panel's language diffetent from the model's field language. |Expected Behavior|Actual...

After upgrading to 5.0, I am getting this error in translated models. I am using django-model-utils==5.0.0 django-modeltranslation==0.19.9 My model ``` class ParameterModel(UUIDModel, SoftDeletableModelMixin): value = models.CharField(verbose_name=_("value"), max_length=255) sort_order = models.IntegerField(default=0)...

Hi, am I missing something or django-translate doesn't support Generic Views yet? I am trying to use proper sorting in ListView but it only orders objects by default language. However,...

Extending TabbedTranslationAdmin implements tabs for every translatable field. It can get quite cluttered with more translatable fields, the UX may be much improved by having single tabbed switch for all...

As described on https://github.com/jrief/django-admin-sortable2/issues/415 I assume that (but not sure) [django-modeltranslation](https://github.com/deschler/django-modeltranslation) could overwrite hidden fields used by other apps. The problem is when I use [django-admin-sortable2](https://github.com/jrief/django-admin-sortable2) app with [django-modeltranslation](https://github.com/deschler/django-modeltranslation). In...