ojii / django-multilingual-ng

THIS PROJECT IS *NOT* SUPPORTED AND SHOULD NOT BE USED UNLESS YOU KNOW EXACTLY WHAT YOU'RE DOING!!!

Home Page:https://github.com/KristianOellegaard/django-hvad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migration fails on populated table

xlotlu opened this issue · comments

Adding the language_code column will fail on a populated table because it's set to not null.
The CharField should have either null=True or default='' at creation, and later do a set not null / drop default on the column.

are you experiencing those issues using the mlng_convert command?