django-modeltranslation/modeltranslation
2013-02-06 10:16:12 +01:00
..
management Revert "Added a workaround for abstract models not being handled correctly." 2013-01-08 12:17:44 +01:00
static/modeltranslation Avoid computing "grouped_translations" twice (for tabs and the main switch) in the tabbed translation admin script (the second computation was missing some languages under certain circumstances). 2013-01-24 13:00:32 +01:00
tests Merge pull request #134 from wrwrwr/feature/starting-underscore-tabbed-admin-fix 2013-02-03 08:17:54 -08: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 Allow descriptor introspection. 2013-01-29 19:54:23 +01:00
manager.py Merge branch 'fix_get_fields_to_translatable_models' 2013-02-06 10:16:12 +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 MultilingualQUerySet custom inheritance. 2013-01-07 18:02:15 +01:00
utils.py Do generate CSS class name for fields starting with an underscore (still seems to work with two-part codes). 2013-01-24 13:05:44 +01:00