django-modeltranslation/modeltranslation
2012-11-11 15:52:12 +01:00
..
management - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02:00
static/modeltranslation Reverted to old force_jquery.js behaviour. 2012-10-27 15:30:37 +02:00
tests Add Integer fields support. 2012-11-11 15:52:12 +01:00
__init__.py Fixed support for Python 2.5 which doesn't define format on strings. 2012-11-02 13:07:09 +01:00
admin.py Switched to flake8 in favour of pep8 and pyflakes which allows to ignore certain statements. 2012-11-01 20:05:17 +01:00
fields.py Add Integer fields support. 2012-11-11 15:52: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 Fixed setting MODELTRANSLATION_TRANSLATION_FILES should be optional. Resolves issue 86. 2012-10-15 08:30:21 +00:00
translator.py Fix registration error. 2012-11-11 00:54:49 +01:00
utils.py - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02:00