django-modeltranslation/modeltranslation
2013-02-21 12:54:05 +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 Added a quick test to check the managers behaviour with unique nullable fields. This passes locally with sqlite, let's see what travis has to say about mysql. 2013-02-21 12:54:05 +01:00
__init__.py Incremented version number. 2013-02-11 12:28:39 +01:00
admin.py Added missing hook for get_readonly_fields. Potential fix for issue #140. 2013-02-13 12:18:10 +01:00
fields.py Applied styleguide. We allow 100 chars now, let's use the space. 2013-02-06 11:52:46 +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 Applied styleguide. We allow 100 chars now, let's use the space. 2013-02-06 11:52:46 +01:00
translator.py Remove old commented code. 2013-02-19 18:18:48 +01:00
utils.py Apply population using a pre_save signal. 2013-02-19 10:47:25 +01:00