django-modeltranslation/modeltranslation
2012-07-11 12:28:30 +00:00
..
management Some cleanups and validated codebase against PEP8 and coding guidelines. 2012-07-04 10:09:22 +00:00
static/modeltranslation Changed jQuery search path. This allows use of a version of jQuery other than the one provided by Django. Users who want to force the use of Django's jQuery can include force_jquery.js. 2012-02-23 09:31:16 +00:00
tests Use app-level translation files in favour of a single project-level one. Adds an autoregister feature similiar to the one provided by Django's admin. A new setting MODELTRANSLATION_TRANSLATION_FILES keeps backwards compatibility with older versions. This is basically a merge from django-modeltranslation-wrapper with a few changes regarding how registration is triggered. See documentation for details. Resolves issues 58 and 71 (thanks to Jacek Tomaszewski, the author of modeltranslation-wrapper). 2012-07-10 12:58:08 +00:00
__init__.py Included pid in registration debug output and added a new setting MODELTRANSLATION_DEBUG to disable debug output independently from the global DEBUG setting. 2012-07-11 11:52:24 +00:00
admin.py Removed stale models.py import. 2012-07-10 14:59:24 +00:00
fields.py Some cleanups and validated codebase against PEP8 and coding guidelines. 2012-07-04 10:09:22 +00:00
models.py Added an empty models.py as Django requires this for tests. 2012-07-10 22:36:25 +00:00
settings.py Included pid in registration debug output and added a new setting MODELTRANSLATION_DEBUG to disable debug output independently from the global DEBUG setting. 2012-07-11 11:52:24 +00:00
translator.py Fixed dynamic TranslationOptions model name. 2012-07-11 12:28:30 +00:00
utils.py Some cleanups and validated codebase against PEP8 and coding guidelines. 2012-07-04 10:09:22 +00:00