django-modeltranslation/modeltranslation
2014-03-22 00:27:08 +01:00
..
management Use _default_manager instead of objects; patch _default_manager as well. 2014-03-13 19:58:03 +01:00
static/modeltranslation Modify javascript to also consider the iframes. 2014-02-10 11:05:24 +01:00
tests Fix test: there already was a method called test_values.... (ref #263). 2014-03-22 00:27:08 +01:00
__init__.py Prepared 0.7.3 release. 2014-01-05 00:40:01 +01:00
admin.py Capitalize group_fieldsets titles (close #234). 2014-03-13 20:02:22 +01:00
fields.py Add more control over required languages (close #143). 2014-03-15 15:18:52 +01:00
forms.py Add configurable formfields (close #211, ref #163, #187). 2013-10-23 15:40:45 +02:00
manager.py Fix .values() with no fields specified (close #236). 2014-03-22 00:12:34 +01: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 Add MODELTRANSLATION_LANGUAGES setting. 2014-01-22 22:32:59 +01:00
translator.py Fix new code to be Python 3 compatible. 2014-03-18 20:31:21 +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