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(mark): fix data type and requiredness of mark name #780

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

anehx
Copy link
Contributor

@anehx anehx commented Feb 27, 2025

For the name property, we should use LocalizedCharField instead of LocalizedTextField. Also, the name must be optional since otherwise our migration needs to assume the languages of the host app which is simply not possible. This issue led to "missing migrations" warnings in consuming applications.

For the name property, we should use `LocalizedCharField` instead of
`LocalizedTextField`. Also, the name must be optional since otherwise
our migration needs to assume the languages of the host app which is
simply not possible. This issue led to "missing migrations" warnings in
consuming applications.
@anehx anehx requested a review from winged February 27, 2025 13:33
Copy link
Contributor

@winged winged left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, LGTM

@winged winged merged commit 8fc5571 into main Feb 27, 2025
3 checks passed
@anehx anehx deleted the fix-mark-name branch February 27, 2025 15:26
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