irfanpule / django-form-surveys

Django form survey is an application Django to easier create form survey and easy integrated for your project.
MIT License
56 stars 19 forks source link

Forget to remove migration #44

Closed Gutei closed 1 year ago

Gutei commented 1 year ago

pls, revert migration too. I can migrate cause it is because of issue #40, file migration 0011_alter_question_key.py dependencies on 0010_model_translation. I think you need migration to file 0009, delete the 0010 migration file and make migration against to generate new file migration

irfanpule commented 1 year ago

Sorry I forgot that migrations are run sequentially. So the solution of changing the options in the model has no impact on your case.

I think you have to manually check the contents of the key field, are there any duplicates?

if more than one empty string or more than one null, may be considered a duplicate in the unique option

irfanpule commented 1 year ago

Hi @Gutei, is there any update for this problem?

irfanpule commented 1 year ago

Sorry I want close this issue. Feel free to reopen