django-modeltranslation/modeltranslation
2013-04-08 11:41:06 +02:00
..
management Further work towards Python 3 support. 2013-04-08 11:41:06 +02:00
static/modeltranslation Removed breaks between DateTimeField MultiWidget inputs when using tabular inlines. 2013-03-11 00:24:36 +01:00
tests Preserve default fields order in group_fieldsets. 2013-04-08 11:41:06 +02:00
__init__.py Master now reflects 0.7dev, important bugfixes go to 0.6.x branch. 2013-03-01 12:48:22 +01:00
admin.py Preserve default fields order in group_fieldsets. 2013-04-08 11:41:06 +02:00
fields.py Fix test running in Django 1.6: foreignkey support (close #169). 2013-04-02 23:27:21 +02:00
manager.py Further work towards Python 3 support. 2013-04-08 11:41:06 +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 Initial work towards python 3 support 2013-04-08 11:41:06 +02:00
translator.py Use six.with_metaclass instead of some hack. 2013-04-08 11:41:06 +02:00
utils.py Further work towards Python 3 support. 2013-04-08 11:41:06 +02:00