File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11django-modeltrans change log
22============================
33
4+ ## 0.7.1 (2021-06-30)
5+ - Add customizable field labels to ` TranslationModelForm `
6+
47## 0.7.0 (2021-06-30)
58 - Add ` TranslationModelForm `
69
Original file line number Diff line number Diff line change @@ -71,4 +71,9 @@ The label of the field is adjusted to include the relevant language
7171and to designate the field as a translation or default fallback field, as follows:
7272
7373 - translation fields: "field name (NL, translation language)"
74- - fallback field: "field name (EN, default language)"
74+ - fallback field: "field name (EN, fallback language)"
75+
76+ The labels "translation language" and "fallback language" are customizable using the `Meta ` options:
77+
78+ - `fallback_label ` (defaults to "fallback language")
79+ - `translation_label ` (defaults to "translation language")
You can’t perform that action at this time.
0 commit comments