django-modeltranslation/modeltranslation
2013-02-17 22:51:24 +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 Don't limit fields to text type, we support file fields now. 2013-02-17 22:51:24 +01:00
tests Small refactor in _join_css_class and its test. 2013-02-15 11:08:37 +01:00
__init__.py Incremented version number. 2013-02-11 12:28:39 +01:00
admin.py Added missing hook for get_readonly_fields. Potential fix for issue #140. 2013-02-13 12:18:10 +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 Small refactor in _join_css_class and its test. 2013-02-15 11:08:37 +01:00