django-modeltranslation/modeltranslation
2012-11-01 19:48:52 +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 Removed verify_exists argument from URLField declaration as it is deprecated in upcoming Django 1.5. 2012-10-28 00:23:32 +02:00
__init__.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
admin.py Restored workaround for issue #19. 2012-11-01 19:48:52 +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