Hi, I maintain a Django 1.1 site that makes a strong us of django-multilingual (URL: http://django-multilingual.googlecode.com/svn/trunk, Revision: 175) to provide 6 lang variations for some textual fields. In object detail admin page, there's a nice javascript feature to switch supported langs (shown as tabs).
I'd like to upgrade the site to latest stable Django, but I'm afraid the django-multilingual is not compatible. I found http://readthedocs.org/docs/multilingual-ng/en/latest/ which even informs about migration the database and code to it. It looks like the code for it is here: https://github.com/ojii/django-multilingual-ng But there's a big warning so I hesitate. What do you use for multilingual fields in your apps? What's the best migration procedure from the old django-multilingual? Thank you, -- : Vladimir Macek : http://macek.sandbox.cz : +420 608 978 164 : UNIX && Dev || Training : Python, Django : GPG key 1F059424 -- You received this message because you are subscribed to the Google Groups "Django internationalization and localization" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-i18n?hl=en.
