deschler/django-modeltranslation
Translates Django models using a registration approach. 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
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
- readme: https://github.com/deschler/django-modeltranslation · fetched 2026-08-28 · 31ccfdd66db3
- registry_pypi: https://pypi.org/pypi/django-modeltranslation/json · fetched 2026-08-29 · 6643f4628316
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| deschler/django-modeltranslation | main | 78 |
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