django-modeltranslation/modeltranslation
2014-01-19 22:27:33 +01:00
..
management Some python3 compatibility fixes (close #220). 2013-12-29 11:00:53 +01:00
static/modeltranslation fixed compatibility with nested inlines (https://github.com/Soaa-/django-nested-inlines) 2013-11-27 13:32:40 +01:00
tests Make testrunner compatible with Django 1.6. 2014-01-19 22:27:33 +01:00
__init__.py Prepared 0.7.3 release. 2014-01-05 00:40:01 +01:00
admin.py Some python3 compatibility fixes (close #220). 2013-12-29 11:00:53 +01:00
fields.py Fix form submission (close #219). 2013-12-26 18:59:24 +01:00
forms.py Add configurable formfields (close #211, ref #163, #187). 2013-10-23 15:40:45 +02:00
manager.py Make values, values_list and dates language-aware (close #173). 2013-10-12 16:58:36 +02:00
models.py Adapt management commands and a debug message (by using `get_registered_models rather than directly registry`). 2013-02-10 18:28:06 +01:00
settings.py Make loaddata command retain locale (close #151). 2013-10-12 15:14:10 +02:00
translator.py Connect signal only for registered model, not all. 2014-01-19 22:13:43 +01: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