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

Add support for polymorphic relate, attach, and attach_related methods #750

Open
os-nikita opened this issue Jul 6, 2022 · 0 comments
Open
Labels
enhancement A feature that exists, works as intended but needs to be improved feature request A feature that does not yet exist but will be a good addition to the library

Comments

@os-nikita
Copy link

Describe the feature as you'd like to see it

Implement the unimplemented methods in https://github.com/MasoniteFramework/orm/blob/2.0/src/masoniteorm/relationships/MorphMany.py#L137-L150

What do we currently have to do now?

Manually manage the polymorphic model lifecycles.

@os-nikita os-nikita added enhancement A feature that exists, works as intended but needs to be improved feature request A feature that does not yet exist but will be a good addition to the library labels Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature that exists, works as intended but needs to be improved feature request A feature that does not yet exist but will be a good addition to the library
Projects
None yet
Development

No branches or pull requests

1 participant