django-modeltranslation/modeltranslation
2012-10-12 08:27:22 +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 missing DEFAULT_LANGUAGE setting. 2012-07-13 08:04:11 +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 support for FileField and ImageField. Resolves issue 30 (thanks to Bruno Tavares and Maxime Haineault). 2012-10-12 08:27:22 +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 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
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