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

bulk_create support for multi-table inheritance #24

Closed
wants to merge 1 commit into from

Conversation

cfytrok
Copy link

@cfytrok cfytrok commented Oct 3, 2020

Added handling of ValueError: Can't bulk create a multi-table inherited model.
Closes #23

Added handling of ValueError: Can't bulk create a multi-table inherited model
@cfytrok cfytrok changed the title Update __init__.py bulk_create support for multi-table inheritance Oct 3, 2020
@ses4j
Copy link
Contributor

ses4j commented Nov 24, 2020

Hi - sorry I've been slow to respond to this. Thanks for submitting it! It needs unit test coverage. I'm also uncomfortable with the library secretly losing it's bulk operation mode when you throw weird objects at it. It might be better to simply not support them at all than to secretly revert to "crappy mode". Open to thoughts.

@cfytrok cfytrok closed this Mar 2, 2021
@cfytrok cfytrok deleted the patch-1 branch March 2, 2021 10:37
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.

bulk_create doesn't work with multi-table inheritance
2 participants