Introduces setting to configure the table name separator (unsurprisingly named NANI_TABLE_NAME_SEPARATOR). The default is _, to ensure schema compatibility with the deprecated django-multilingual-ng.
Note
Until version 0.1, no separator was used. If you want to upgrade to 0.1.1, you’ll either have to rename the tables manually or set NANI_TABLE_NAME_SEPARATOR to '' in your settings.
The package is now called ‘hvad’. Old imports should result in an import error.
Fixed django 1.4 support
Fixed a number of minor issues