django-modeltranslation/modeltranslation
2014-06-09 23:32:21 +02:00
..
management Remove unused import. 2014-06-09 00:00:50 +02:00
static/modeltranslation remove bad style 2014-03-18 14:49:37 +03:00
tests Fix tests to work with Django 1.7. 2014-06-09 23:32:21 +02:00
__init__.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
admin.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
apps.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
fields.py Add deconstruct() to field definition. 2014-06-09 23:19:54 +02:00
forms.py Add configurable formfields (close #211, ref #163, #187). 2013-10-23 15:40:45 +02:00
manager.py Fixed get_query_set in super() call 2014-05-18 23:22:53 +02:00
models.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
settings.py Add MODELTRANSLATION_LANGUAGES setting. 2014-01-22 22:32:59 +01:00
translator.py Detect custom get_queryset on managers (ref #242). 2014-05-12 17:41:07 +02:00
utils.py Add configurable formfields (close #211, ref #163, #187). 2013-10-23 15:40:45 +02:00
widgets.py Make ClearableWidgetWrapper compatible with Django 1.6 (_has_changed). 2013-10-11 21:51:10 +02:00