django-modeltranslation/modeltranslation
2012-11-18 20:51:22 +01:00
..
management Update modeltranslation/management/commands/sync_translation_fields.py 2012-11-15 14:47:19 +02:00
static/modeltranslation Reverted to old force_jquery.js behaviour. 2012-10-27 15:30:37 +02:00
tests Added basic tests for DateField, DateTimeField and TimeField and added them to the list of supported fields. 2012-11-18 00:08:04 +01:00
__init__.py Adopted code from Django's development version to derive a PEP386-compliant version number from VERSION. We shouldn't reinvent the wheel. Includes support to add a git timestamp for dev snapshots if a .git directory is present. 2012-11-16 00:33:32 +01:00
admin.py Fixed #111: Refactored TranslationBaseModelAdmin._patch_prepopulated_fields(). It now calculates "exclude" the same way ModelAdmin.get_form() does, including get_readonly_fields(). 2012-11-18 20:51:22 +01:00
fields.py Fixed db_column option not taken into account. Resolves issue #83. 2012-11-18 15:30:34 +01:00
manager.py Used get_language from modeltranslation.utils. Otherwise the returned language isn't guaranteed to be in the LANGUAGES setting and the manager might rewrite the field name to something like foo_en_us. 2012-11-13 13:31:00 +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 Add fallback language feature and base tests. 2012-11-13 16:28:42 +01:00
translator.py Fix field aggregation. 2012-11-15 20:34:20 +01:00
utils.py Add fallback language feature and base tests. 2012-11-13 16:28:42 +01:00