django-modeltranslation/modeltranslation
2010-09-29 10:19:40 +00:00
..
management Improved performance of update_translation_fields command. Resolves issue 43 (thanks to adamsc). 2010-09-06 08:58:52 +00:00
media/modeltranslation Added jquery-ui based admin support for tabbed translation fields. Resolves issue 39 (thanks to jaap and adamsc). 2010-08-05 19:38:05 +00:00
__init__.py Initial source and metadata import. 2009-02-17 21:08:19 +00:00
admin.py Ensured dict names are unique on a model-app-fieldname basis. 2010-09-29 10:19:40 +00:00
fields.py Removed experimental support for related fields. The code is now available in a separate branch called django-modeltranslation-related-fields. To support related fields properly, deeper changes to the core of modeltranslation are required. These changes are beyond the scope of the next release. 2010-09-06 12:29:23 +00:00
models.py 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
settings.py Changed handling of supported fields. By default CharField, TextField and subclasses of these fields are supported. Supported fields can be extended through the setting MODELTRANSLATION_CUSTOM_FIELDS. Support for related fields is experimental and these fields explicitly raise a FutureWarning now. 2010-08-27 08:39:41 +00:00
tests.py Removed experimental support for related fields. The code is now available in a separate branch called django-modeltranslation-related-fields. To support related fields properly, deeper changes to the core of modeltranslation are required. These changes are beyond the scope of the next release. 2010-09-06 12:29:23 +00:00
testurls.py Code cleanups. 2010-03-02 22:17:39 +00:00
translator.py Removed experimental support for related fields. The code is now available in a separate branch called django-modeltranslation-related-fields. To support related fields properly, deeper changes to the core of modeltranslation are required. These changes are beyond the scope of the next release. 2010-09-06 12:29:23 +00:00
utils.py Moved determination of default language into settings. 2010-07-06 09:52:41 +00:00