django-cms / djangocms-alias

Other
8 stars 23 forks source link

avoid generating migrations based on settings.LANGUAGE #186

Closed vasekch closed 11 months ago

vasekch commented 1 year ago

I've created this change to avoid having missing migrations every time settings.LANGUAGE is changed.

It removes original choices from model to avoid migration detection - the functionality is still there as choices are injected to the language attribute inside constructor

vasekch commented 1 year ago

ready to be merged after #189