django-multilingual-model
django-multilingual-model copied to clipboard
Django Simple Multilingual Support for Models.
I noticed this project is under the AGPL3 license, which basically means no-one (except fully open source GPL projects) can use your code. Is this by design?
I made an app where translated entries are added by using fixtures. I wanted to integrate the app in the admin site, but only to see what translations are available,...
Apparently FK fields are not supported by the `__dict__`-mechanism. There is a here patch which tries to do without, but it hasn't been tested with the original code: https://gist.github.com/927046
When the translation of an item into the default language is deleted from the inline admin, this should yield an error: an object should always have a default translation available.