django-modeltranslation/modeltranslation
2013-03-11 00:24:36 +01:00
..
management Add auto-population option to loaddata command (close #160). 2013-03-05 21:43:27 +01:00
static/modeltranslation Removed breaks between DateTimeField MultiWidget inputs when using tabular inlines. 2013-03-11 00:24:36 +01:00
tests Add auto-population option to loaddata command (close #160). 2013-03-05 21:43:27 +01: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 Simplified exclusion of translation fields in grouped_fieldsets (thanks to Wojtek Ruszczewski for poiting this out). 2013-02-26 10:49:33 +01:00
fields.py Refactor fix for #154 and add a test. 2013-02-27 20:02:23 +01:00
manager.py Remove `_populate` keyword. 2013-02-19 18:03:41 +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 Remove MODELTRANSLATION_TRANSLATION_REGISTRY handling. 2013-02-27 18:18:29 +01:00
translator.py Remove old commented code. 2013-02-19 18:18:48 +01:00
utils.py Context manager for temporarily switching fallbacks on or off. 2013-02-24 11:01:08 +01:00