Unique field handling

Issue #1 resolved
René Fleschenberg created an issue

If the source model has a unique field (say, a slug), django-i18n-model will also create a unique index on the translation table. As a result, you cannot use the same slug for different languages.

Proposed solution: create the unique index over the source column and the language.

Comments (4)

  1. Log in to comment