django-modeltranslation/modeltranslation
2017-06-01 17:20:06 +02: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 #371 from LeGast00n/master 2017-04-08 10:38:17 +02:00
tests Set empty MIGRATION_MODULES setting for Django 1.11. Should make the tests run again. 2017-04-13 12:05:38 +02:00
__init__.py Prepared 0.12.1 release. 2017-04-05 14:03:25 +02: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 Django 1.10 integration (ref #381) 2016-08-19 21:23:45 +02:00
forms.py Add Django 1.9 support (ref #349). 2015-12-06 18:48:17 +01:00
manager.py Fix order_by with expression 2017-06-01 17:20:06 +02:00
models.py Update deprecated imports with Django >= 1.7 2014-11-14 15:14:55 +01:00
settings.py settings: fix keep FALLBACK_LANGUAGES as tuple 2017-03-19 06:09:36 +01:00
translator.py Fix deferred classes signal connection (close #379). 2016-08-19 21:23:45 +02:00
utils.py CS fixes. 2015-05-26 12:18:45 +01:00
widgets.py Make ClearableWidgetWrapper compatible with Django 1.6 (_has_changed). 2013-10-11 21:51:10 +02:00