Ross ROSS = Recommend OSS · open-source software intelligence for agents

deschler/django-modeltranslation

Translates Django models using a registration approach. observed · 2026-08-28

github.com/deschler/django-modeltranslation · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

78/100

  • Activity 77
  • Release rhythm 67
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 36
  • age_days: 5069
  • days_rel: 141
  • days_push: 141
  • n_releases_24m: 18

Full methodology

Adoption not part of the score

1479 stars · 270 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Django application that translates dynamic content of existing Django models into an arbitrary number of languages using a registration approach, without modifying original model classes. Translation fields are stored in the same database table and it integrates fully with the Django admin.

Use cases

  • translate django model fields into multiple languages
  • add multilingual content to an existing django project
  • manage translated content in django admin
  • avoid schema changes when adding translations to django models
  • support fallback languages for translated fields

When to choose

  • you need per-field translations of django models stored in the same table
  • you want django admin integration for editing translations
  • you cannot modify existing model classes to add translation support

When to avoid

  • you use a non-Django framework
  • you need to translate static template strings rather than model data (use Django's i18n instead)
  • you prefer separate translation tables or external translation services

Facets

library · maturity stable

internationalization orm web-development backend python django model-translation multilingual i18n registration-approach localization

2 sources

Member repositories

RepositoryRoleHealth v2
deschler/django-modeltranslationmain78

For agents

markdown · JSON · MCP: product_card(name="deschler/django-modeltranslation")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem