django-modeltranslation/modeltranslation
2012-11-10 19:31:46 +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 Allow tests to be run together with other apps. 2012-11-10 19:31:46 +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 - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02: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 - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02:00
utils.py - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02:00