django-modeltranslation/modeltranslation
Jacek Tomaszewski 47cc2cb1b7 Fix flake8
2013-03-13 23:52:44 +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 Change the form of `related_query_name` for implicit related_names (ref #161). 2013-03-13 19:24:00 +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 Fix flake8 2013-03-13 23:52:44 +01:00
manager.py Finish ForeignKey reverse relation handling (ref #161). 2013-03-13 15:50:22 +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 Change the form of `related_query_name` for implicit related_names (ref #161). 2013-03-13 19:24:00 +01:00
utils.py Context manager for temporarily switching fallbacks on or off. 2013-02-24 11:01:08 +01:00