django-modeltranslation/modeltranslation
2013-02-12 12:33:33 +01:00
..
management Adapt management commands and a debug message (by using `get_registered_models rather than directly registry`). 2013-02-10 18:28:06 +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 Added unittest for group-fieldsets functionality in TranslationAdmin. 2013-02-12 12:20:32 +01:00
__init__.py Incremented version number. 2013-02-11 12:28:39 +01:00
admin.py Small optimization, don't loop twice over trans_fields. 2013-02-12 12:33:33 +01:00
fields.py Applied styleguide. We allow 100 chars now, let's use the space. 2013-02-06 11:52:46 +01:00
manager.py Separate registry for manager shouldn't be needed any longer -- the main registry caches options for all seen models. 2013-02-10 18:28:00 +01:00
models.py Adapt management commands and a debug message (by using `get_registered_models rather than directly registry`). 2013-02-10 18:28:06 +01:00
settings.py Applied styleguide. We allow 100 chars now, let's use the space. 2013-02-06 11:52:46 +01:00
translator.py Flake8, unused variable and import. 2013-02-10 19:05:59 +01:00
utils.py Applied styleguide. We allow 100 chars now, let's use the space. 2013-02-06 11:52:46 +01:00