Skip to content
New issue

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

fix convert_to_quill command - adding only #119

Merged
merged 4 commits into from
Sep 20, 2024

Conversation

dsovak
Copy link
Contributor

@dsovak dsovak commented Jun 9, 2023

Adding only "field_name" to queryset. It is a safer way, because if you have call_command('convert_to_quill', ...) in db migration, and db schema will be changed in the future, you get error during migration, because db cannot find new field in 'convert_to_quill' command. It exits only in model that time.

@LeeHanYeong LeeHanYeong merged commit 6d8ff55 into LeeHanYeong:master Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants