Translates Django models using a registration approach.
Find a file
2010-06-26 08:54:08 +00:00
docs/modeltranslation Factored out settings into a separate settings.py and consistently used an app specific settings prefix, TRANSLATION_REGISTRY now deprecated in favour of MODELTRANSLATION_TRANSLATION_REGISTRY. 2010-06-26 08:54:08 +00:00
modeltranslation Factored out settings into a separate settings.py and consistently used an app specific settings prefix, TRANSLATION_REGISTRY now deprecated in favour of MODELTRANSLATION_TRANSLATION_REGISTRY. 2010-06-26 08:54:08 +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 Factored out settings into a separate settings.py and consistently used an app specific settings prefix, TRANSLATION_REGISTRY now deprecated in favour of MODELTRANSLATION_TRANSLATION_REGISTRY. 2010-06-26 08:54:08 +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