django-modeltranslation/modeltranslation
2014-07-18 10:57:55 +02:00
..
management Remove unused import. 2014-06-09 00:00:50 +02:00
static/modeltranslation remove bad style 2014-03-18 14:49:37 +03:00
tests Fix dict iteration Exception under Python3 (close #256). 2014-07-16 09:47:17 +02:00
__init__.py Prepared 0.8b2 release. 2014-07-18 10:57:55 +02:00
admin.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
apps.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
fields.py Respect null option of TranslationField in migrations. 2014-07-14 11:07:17 +02:00
forms.py Add configurable formfields (close #211, ref #163, #187). 2013-10-23 15:40:45 +02:00
manager.py Fix dict iteration Exception under Python3 (close #256). 2014-07-16 09:47:17 +02:00
models.py Support AppConfigs in INSTALLED_APPS (close #252). 2014-06-24 20:10:47 +02:00
settings.py Add MODELTRANSLATION_LANGUAGES setting. 2014-01-22 22:32:59 +01:00
translator.py Rewrite spanned queries on all levels for defer/only (close #248). 2014-07-09 23:19:48 +02:00
utils.py Add configurable formfields (close #211, ref #163, #187). 2013-10-23 15:40:45 +02:00
widgets.py Make ClearableWidgetWrapper compatible with Django 1.6 (_has_changed). 2013-10-11 21:51:10 +02:00