django-modeltranslation/modeltranslation
2014-06-09 23:40:25 +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 Django 1.7 DeprecationWarnings. 2014-06-09 23:32:22 +02:00
__init__.py Update docs about 1.7 compatibility and bumb the version to 0.8a (close #237). 2014-06-09 23:40:25 +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 Adapt MultilingualManager to use new Lookups from Django 1.7. 2014-06-09 23:32:22 +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 Fix ProxyModel handling. 2014-06-09 23:32:22 +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