django-modeltranslation/modeltranslation
Dirk Eschler c9bb6a533d
Merge pull request #421 from helio-correia/translationtabs
Make it work if the admin are divided by tabs
2018-01-26 13:01:11 +01:00
..
management Removed superfluous can_import_settings check. The option has been removed in Django 1.11. 2017-02-22 14:17:27 +01:00
static/modeltranslation Merge pull request #421 from helio-correia/translationtabs 2018-01-26 13:01:11 +01:00
tests Added distinct test (ref #368). 2018-01-26 12:57:49 +01:00
__init__.py Next release is going to be 0.13-beta1. 2018-01-26 10:33:57 +01:00
admin.py Slightly reformat code to avoid flake8 errors 2016-02-20 11:21:07 +01: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 Used model attribute instead of deprecated ForeignObjectRel.to. 2017-06-22 22:15:37 +02:00
forms.py Add Django 1.9 support (ref #349). 2015-12-06 18:48:17 +01:00
manager.py Merge pull request #368 from virgilio/master 2018-01-26 12:57:23 +01:00
models.py Removed unused code. 2017-06-23 06:49:38 +02:00
settings.py settings: fix keep FALLBACK_LANGUAGES as tuple 2017-03-19 06:09:36 +01:00
translator.py Check if 'descendants' list has values 2017-12-26 16:12:24 +01:00
utils.py Satisfied flake8. 2017-11-24 15:14:40 +01:00
widgets.py Removed unused code. 2017-06-23 06:49:38 +02:00