django-modeltranslation/modeltranslation
2013-07-23 16:07:41 +08:00
..
management Fixed flake8 errors. 2013-05-23 23:11:54 +02:00
static/modeltranslation Removed breaks between DateTimeField MultiWidget inputs when using tabular inlines. 2013-03-11 00:24:36 +01:00
tests Merged test-unique-nullable-fields branch into master. 2013-06-18 11:09:14 +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 Added MODELTRANSLATION_PREPOPULATE_LANGUAGE setting to force prepopulated fields (slugs) to use a specific language as their source 2013-07-23 16:07:41 +08:00
fields.py Fix test running in Django 1.6: foreignkey support (close #169). 2013-04-02 23:27:21 +02:00
forms.py Added a new forms module with a TranslationModelForm which removes the translation fields (thanks to Dylan Verheul). 2013-04-08 12:23:10 +02:00
manager.py Remove Python 2.5 compatibility code. 2013-04-08 11:57:46 +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 Added MODELTRANSLATION_PREPOPULATE_LANGUAGE setting to force prepopulated fields (slugs) to use a specific language as their source 2013-07-23 16:07:41 +08: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