django-modeltranslation/modeltranslation
Dirk Eschler 3acfa09dbc - Validated codebase against pep8 and pyflakes.
- Fixed an undefined name bug in add_localized_fields error message when a model already has a field by the name that is added.
- Fixed redefined method name in ModeltranslationWithFileFields test class.
2012-10-24 11:06:35 +02:00
..
management - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02:00
static/modeltranslation Fixed misnamed variable. 2012-10-19 13:45:34 +02:00
tests - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02:00
__init__.py - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02:00
admin.py - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02:00
fields.py - Validated codebase against pep8 and pyflakes. 2012-10-24 11:06:35 +02:00
models.py Added an empty models.py as Django requires this for tests. 2012-07-10 22:36:25 +00: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