django-modeltranslation/modeltranslation
Jacek Tomaszewski 369293b14d Get language getting from the field attribute rather than name.
The method seems to be not used anymore, but fix it nevertheless.
2014-10-24 20:23:10 +02:00
..
management Remove unused import. 2014-06-09 00:00:50 +02:00
static/modeltranslation A more elegant solution suggested by zlorf. 2014-10-04 19:16:18 +02:00
tests Merge pull request #275 from wrwrwr/fix/indonesian 2014-10-24 20:21:29 +02:00
__init__.py Prepared 0.8 release (ref #268). 2014-10-06 15:08:22 +02:00
admin.py Get language getting from the field attribute rather than name. 2014-10-24 20:23:10 +02:00
apps.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
fields.py Patch db_column of translation fields in migration files (close #264). 2014-09-07 21:42:05 +02:00
forms.py Add configurable formfields (close #211, ref #163, #187). 2013-10-23 15:40:45 +02:00
manager.py Add __reduce__ to MultilingualQuerySet (ref #273). 2014-10-24 19:54:10 +02:00
models.py Consistent use of django version check. 2014-07-28 00:03:50 +02:00
settings.py Ensure AVAILABLE_LANGUAGES is a list (close #272). 2014-10-24 09:24:35 +02:00
translator.py Rewrite spanned queries on all levels for defer/only (close #248). 2014-07-09 23:19:48 +02:00
utils.py Fixed Indonesian translation field and ForeignKey field name clash. 2014-10-24 13:05:10 +02:00
widgets.py Make ClearableWidgetWrapper compatible with Django 1.6 (_has_changed). 2013-10-11 21:51:10 +02:00