Translates Django models using a registration approach.
Find a file
2010-03-06 21:30:11 +00:00
docs/modeltranslation 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
modeltranslation Fixed occasional "This field is required" error for the original field. Resolves issue 5. 2010-03-06 21:30:11 +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 Only print debug statements to stdout if the runserver or runserver_plus management commands are used. Resolves issue 16. 2010-03-02 16:47:19 +00:00
LICENSE.txt Initial source and metadata import. 2009-02-17 21:08:19 +00:00
MANIFEST.in Prepared 0.1 release. 2009-02-22 23:05:39 +00:00
setup.py Prepared 0.1 release. 2009-02-22 23:05:39 +00:00