django-modeltranslation/modeltranslation
2013-02-10 18:32:22 +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 Test registration and translation fields inheritance with a more complex model hierarchy (inspired by Mezzanine). 2013-02-10 18:32:17 +01:00
__init__.py Prepared 0.5b1 release. 2013-01-07 11:10:28 +01:00
admin.py Adapt admin to new translation options, allowing it to manage translation fields inherited from concrete supermodels. 2013-02-10 18:28:06 +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 Small cleanup in `FieldsAggregationMetaClass`. The manual inheritance syntax is left mostly for backwards compatibility. 2013-02-10 18:32:22 +01:00
utils.py Applied styleguide. We allow 100 chars now, let's use the space. 2013-02-06 11:52:46 +01:00