django-modeltranslation/modeltranslation
2013-01-07 11:10:28 +01:00
..
management Fix update_translation_fields command. 2012-12-31 13:12:34 +01:00
static/modeltranslation Added comment about zinnia. 2012-11-29 13:13:07 +01:00
tests Fix for mysql. 2012-12-31 13:47:57 +01:00
__init__.py Prepared 0.5b1 release. 2013-01-07 11:10:28 +01:00
admin.py Minor cleanups. 2012-11-20 20:48:26 +01:00
fields.py Fixed db_column option not taken into account. Resolves issue #83. 2012-11-18 15:30:34 +01:00
manager.py Add possibility to turn off query rewriting in MultilingualManager. 2012-12-31 13:11:23 +01:00
models.py Moved initialization code back to models.py due to race condition on certain setups. Resolves issue #91. 2012-11-01 18:18:21 +01:00
settings.py Fallback to DEFAULT_LANGUAGE by default. 2012-11-28 11:32:43 +01:00
translator.py Fix field aggregation. 2012-11-15 20:34:20 +01:00
utils.py Add fallback language feature and base tests. 2012-11-13 16:28:42 +01:00