Translates Django models using a registration approach.
Find a file
2010-06-24 13:24:03 +00:00
docs/modeltranslation Added configurable default value per field instance. Resolves issue 28 (thanks to bmihelac). 2010-06-21 13:38:34 +00:00
modeltranslation Refactored creation of translation fields. Added a factory to handle the creation of translation fields. The factory also checks if a field is officially supported by modeltranslation and bails out early in case it doesn't. Resolves issue 37. 2010-06-24 13:24:03 +00:00
AUTHORS.txt Removed TRANSLATION_REGISTRY setting. The translation.py is supposed to be kept in the project root and this has to be in PYTHONPATH anyway. 2010-03-02 15:34:49 +00:00
CHANGELOG.txt Refactored creation of translation fields. Added a factory to handle the creation of translation fields. The factory also checks if a field is officially supported by modeltranslation and bails out early in case it doesn't. Resolves issue 37. 2010-06-24 13:24:03 +00:00
LICENSE.txt Prepared 0.2 release. 2010-06-15 10:07:36 +00:00
MANIFEST.in Prepared 0.1 release. 2009-02-22 23:05:39 +00:00
PKG-INFO Prepared 0.2 release. 2010-06-15 10:07:36 +00:00
setup.py Prepared 0.2 release. 2010-06-15 10:12:06 +00:00