django-cms / djangocms-alias

Other
8 stars 23 forks source link

allow same name for category in different languages #189

Closed vasekch closed 1 year ago

vasekch commented 1 year ago

Dropping unique on Category name and adding unique together for name and language.

This will allow to use the same name for a Alias Category across different languages.

fsbraun commented 1 year ago

@vasekch While at it, can you add the migration from #175 to the migration (also 0003) here?

vasekch commented 1 year ago

@fsbraun thanks for processing this. I realized that there is a forgotten migration in #186 so I've added it. It's a bit clashing. I first include #175 in here and then leave it up to you which you'll merge first then I'll update the second one (migrations deps).

vasekch commented 1 year ago

... then leave it up to you which you'll merge first then I'll update the second one (migrations deps).

ok, this should go first and #186 is ready to go right after that