django-modeltranslation/modeltranslation
2020-01-07 11:13:45 +01:00
..
management Merge pull request #485 from fdemmer/update_translation_fields 2019-11-08 10:25:52 +02:00
static/modeltranslation fix for nested inlines, seems to group items inside empty-form, and then again when adding another 2019-12-12 10:05:05 +13:00
tests Fix failing tests when local migrations are used (Fixes: #527). 2019-11-13 13:25:59 +01:00
__init__.py Prepare release 0.14.1 2019-12-06 00:42:41 +02:00
admin.py Change permissions to 644 2019-12-18 00:30:13 +02:00
apps.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
decorators.py let register decorator return decorated class 2016-02-04 02:20:35 +03:00
fields.py fix related fields translation in django 3 2019-10-27 18:58:53 +02:00
forms.py Add Django 1.9 support (ref #349). 2015-12-06 18:48:17 +01:00
manager.py explicitly install and import six (which was removed from Django 3.0) 2019-10-05 21:07:08 +02:00
models.py Removed unused code. 2017-06-23 06:49:38 +02:00
settings.py feat(make-jquery-urls-configurable): Add settings 2019-03-30 14:31:31 +01:00
translator.py fix related fields translation in django 3 2019-10-27 18:58:53 +02:00
utils.py replace force_text to support django 3 2020-01-07 11:13:45 +01:00
widgets.py added renderer attribute for django 2.1 compatibility 2018-09-11 10:05:30 +02:00