Releases: deschler/django-modeltranslation
Releases · deschler/django-modeltranslation
0.14.2
- Fixed #382 "Using
.full_clean
with fallback languages on instance before saving leads to updating incorrect fields."
0.14.0
- Fixed Django 3.0 support (#521)
- Fixed tests when django files not writable (#527)
0.13.4
- Fixed broken "Add another stacked inline" (#522)
0.13.3
- Fixed broken "Add another inline" (#475)
0.13.2
- Fixed outdated formfield_for_dbfield signature (#510)
0.13.1
- Removed Python 3.5 from test matrix
- Removed Django 2.0 from test matrix
- Fixed TabbedTranslationAdmin in django 2.2 (#506)
- Added Django 2.2 to test matrix
0.13
- Added Django 2.0 and 2.1 support
- Added Python 3.7 support
- Removed Python 3.4 from test matrix
v0.13-beta2
- Added Django 2.1 support
- Added Python 3.7 support
- Fixed JS errors in admin with new jQuery