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 invalid enum field value for unique_together fields #178

Merged
merged 4 commits into from
Sep 5, 2020
Merged

Fix invalid enum field value for unique_together fields #178

merged 4 commits into from
Sep 5, 2020

Conversation

yuekui
Copy link
Contributor

@yuekui yuekui commented Aug 29, 2020

The value of CharField in unique_together should not be added with suffix if the field is enumerated(self.choices is not empty)

@jackton1
Copy link
Member

jackton1 commented Sep 5, 2020

@all-contributors please add @yuekui for code, bugs and test.

@allcontributors
Copy link
Contributor

@jackton1

I've put up a pull request to add @yuekui! 🎉

@jackton1 jackton1 merged commit e5f29d4 into tj-django:master Sep 5, 2020
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