Translates Django models using a registration approach.
Find a file
2012-07-25 20:08:00 +00:00
docs/modeltranslation Fixed typos in documentation. Resolves issue 82. 2012-07-25 20:08:00 +00:00
modeltranslation Added missing DEFAULT_LANGUAGE setting. 2012-07-13 08:04:11 +00:00
AUTHORS.txt Added a new management command sync_database_fields to sync the database after a new model has been registered or a new language has been added. Resolves issue 62 (thanks to Sébastien Fievet and the authors of django-transmeta). 2012-07-11 12:57:37 +00:00
CHANGELOG.txt Fixed non-unicode verbose field names (with actual unicode characters) showing up empty in forms. Resolves issue 35. 2012-07-11 20:24:37 +00:00
LICENSE.txt Bumped version to 0.3.1. 2011-06-07 15:02:38 +00:00
MANIFEST.in Bumped version to 0.3.1. 2011-06-07 15:02:38 +00:00
PKG-INFO Fixed static files not included during installation. Resolves reopened issue 61 (thanks to Chris Adams). 2011-06-16 08:39:54 +00:00
setup.py Prepared 0.3.3 release. 2012-02-23 10:03:41 +00:00