django-modeltranslation/modeltranslation
2014-10-04 19:16:18 +02:00
..
management Remove unused import. 2014-06-09 00:00:50 +02:00
static/modeltranslation A more elegant solution suggested by zlorf. 2014-10-04 19:16:18 +02:00
tests Add empty MIDDLEWARE_CLASSES to test settings in order to disable system check warning. 2014-09-07 21:43:58 +02:00
__init__.py Prepared 0.8b2 release. 2014-07-18 10:57:55 +02:00
admin.py Consistent use of django version check. 2014-07-28 00:03:50 +02:00
apps.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
fields.py Patch db_column of translation fields in migration files (close #264). 2014-09-07 21:42:05 +02:00
forms.py Add configurable formfields (close #211, ref #163, #187). 2013-10-23 15:40:45 +02:00
manager.py Add fallback to values and values_list (close #258). 2014-07-29 17:42:17 +03:00
models.py Consistent use of django version check. 2014-07-28 00:03:50 +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