django-modeltranslation/modeltranslation
Jacek Tomaszewski cbfb1563a2 Remove `_populate` keyword.
Other ways of managing population are preferred and more elegant.
2013-02-19 18:03:41 +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 Don't limit fields to text type, we support file fields now. 2013-02-17 22:51:24 +01:00
tests Remove `_populate` keyword. 2013-02-19 18:03:41 +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 Refactor auto-populating: move code to constructor. 2013-02-19 10:48:08 +01:00
utils.py Apply population using a pre_save signal. 2013-02-19 10:47:25 +01:00