We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The migration 0009 fails, because it tries to use a model method, which does not exist in the South ORM:
for log in orm['form_designer.FormLog'].objects.all(): log.set_data(log.tmp_data) log.save()
The set_data() method is not available in South.
set_data()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The migration 0009 fails, because it tries to use a model method, which does not exist in the South ORM:
The
set_data()
method is not available in South.The text was updated successfully, but these errors were encountered: