django-modeltranslation/modeltranslation
2019-11-14 12:11:56 +02:00
..
management Merge pull request #485 from fdemmer/update_translation_fields 2019-11-08 10:25:52 +02:00
static/modeltranslation Fix extra tab lang switcher in stackedinline (close #522) 2019-10-27 22:26:19 +02:00
tests Fix failing tests when local migrations are used (Fixes: #527). 2019-11-13 13:25:59 +01:00
__init__.py Prepare 0.14.0 release 2019-11-14 12:11:56 +02:00
admin.py Fix admin exclude usage 2019-10-03 16:21:12 +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 explicitly install and import six (which was removed from Django 3.0) 2019-10-05 21:07:08 +02:00
widgets.py added renderer attribute for django 2.1 compatibility 2018-09-11 10:05:30 +02:00