django-modeltranslation/modeltranslation
2012-10-15 08:30:21 +00:00
..
management Added a new management command sync_database_fields to sync the database after a new model has been registered or a new language has been added. Resolves issue 62 (thanks to Sébastien Fievet and the authors of django-transmeta). 2012-07-11 12:57:37 +00:00
static/modeltranslation Excluded tabular inlines from jQuery tabs, as they are currently not supported. 2012-08-06 11:51:16 +00:00
tests Added unittest for FileField and ImageField and incorporated a small fix for the pre_save method of TranslationField (thanks to Bruno Tavares). 2012-10-12 12:59:52 +00:00
__init__.py Included pid in registration debug output and added a new setting MODELTRANSLATION_DEBUG to disable debug output independently from the global DEBUG setting. 2012-07-11 11:52:24 +00:00
admin.py Added workaround for issue 33: Using a non default language admin leads to confusing original field values. Done by forcing the default language in save_model. 2012-07-12 09:03:12 +00:00
fields.py Added unittest for FileField and ImageField and incorporated a small fix for the pre_save method of TranslationField (thanks to Bruno Tavares). 2012-10-12 12:59:52 +00:00
models.py Added an empty models.py as Django requires this for tests. 2012-07-10 22:36:25 +00:00
settings.py Fixed setting MODELTRANSLATION_TRANSLATION_FILES should be optional. Resolves issue 86. 2012-10-15 08:30:21 +00:00
translator.py Fixed dynamic TranslationOptions model name. 2012-07-11 12:28:30 +00:00
utils.py Fixed non-unicode verbose field names (with actual unicode characters) showing up empty in forms. Resolves issue 35. 2012-07-11 20:24:37 +00:00