Changes between Version 3 and Version 4 of ModelInterNationalization


Ignore:
Timestamp:
Feb 18, 2011, 7:28:10 PM (13 years ago)
Author:
mizi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModelInterNationalization

    v3 v4  
    210210  * language is saved as integer, which doesn't work for multiple site projects where language ids in setting can differ
    211211 * [http://code.google.com/p/django-multilingual-model/ django-multilingual-model]
    212  * [http://github.com/foxbunny/django-i18n-model/ django-i18n-model]
    213212 
    214213 * object per language, the association between objects is provided by a goup-id (an update of the not internationalized fields would overwrite this fields in all other language objects)
    215214 * [http://blog.rafaljonca.org/2009/03/third-style-of-django-multilingual-data.html a code example]
    216215 * normal model with one language, additional table with all i18n fields in other languages
    217  * [http://code.google.com/p/django-pluggable-model-i18n/ django-pluggable-model-i18n] (status: experimental)
     216 * [https://github.com/gonz/django-model-i18n django-model-i18n] (status: experimental)
    218217 * [http://github.com/ojii/django-multilingual-ng]
    219218
Back to Top