-
Notifications
You must be signed in to change notification settings - Fork 208
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
Error on save #36
Comments
I'm getting the same error. In general, choices lists can include named groups, but these don't seem to be supported in django-multiselectfield. I would very much like to have support for these. |
PR #30 adds support for named groups. Once that PR gets a test added for it I'll merge it in. I am currently extending the tests for Django 1.8+, so if either of you get the time to add a test for that I'd really appreciate it. 😄 |
Done extending tests for Django 1.8+. I'll add a test for named groups and merge in #30 momentarily. |
Merged in #30. This should now work, unless you're using Django 1.6. I couldn't get it working there. Closing, but please reopen if you notice any issues. |
I'm getting the following error when I save.
my model looks like this:
Edit (by blag): Formatted code blocks with GFM.
The text was updated successfully, but these errors were encountered: