django-modeltranslation/modeltranslation
2013-03-08 21:13:37 +01:00
..
management Adapt management commands and a debug message (by using `get_registered_models rather than directly registry`). 2013-02-10 18:28:06 +01:00
static/modeltranslation Fixed columns in tabular inlines not hidden if extra=0 is declared on inline (Resolves issue #156). 2013-02-27 14:28:26 +01:00
tests Attempt to rewrite related_names (ref #161). 2013-03-08 21:13:37 +01:00
__init__.py Prepared 0.6 release. 2013-03-01 10:32:37 +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 Attempt to rewrite related_names (ref #161). 2013-03-08 21:13:37 +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 Add a descriptor so that ForeignKey 'field_id' attributes work. 2013-03-06 15:54:56 -08:00
utils.py Context manager for temporarily switching fallbacks on or off. 2013-02-24 11:01:08 +01:00