django-modeltranslation/modeltranslation
2013-02-26 10:49:33 +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 readded force_jquery.js, implemented backward compatibility changes, updated docs 2013-02-19 12:59:31 +01:00
tests Merge pull request #152 from wrwrwr/feature/fallbacks-toggle 2013-02-25 10:21:41 -08:00
__init__.py Incremented version number. 2013-02-11 12:28:39 +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 Context manager for temporarily switching fallbacks on or off. 2013-02-24 11:01:08 +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 Context manager for temporarily switching fallbacks on or off. 2013-02-24 11:01:08 +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