django-modeltranslation/modeltranslation
Vladimir Sinitsin 36e331c73e Damn bug when using a queryset with select related
Please fix it and upload a fixed version on PyPI
2015-04-01 15:30:20 +06: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 Update deprecated imports with Django >= 1.7 2014-11-14 15:14:55 +01: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 Damn bug when using a queryset with select related 2015-04-01 15:30:20 +06:00
models.py Update deprecated imports with Django >= 1.7 2014-11-14 15:14:55 +01: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