-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is this feature missing in the latest version?
- I'm using the latest release
Is your feature request related to a problem? Please describe.
I have two models - Asset and Tag. They are related by a many to many field. When I clone Asset (after adding tag to the many to many explicit setting) it creates a new tag as well. What I would like is for the new asset to be added to the many to many fields of the tags associated with the cloned asset.
Describe the solution you'd like?
It makes sense to me for this to be a under a class attribute such as _clone_through_set_addition_m2m_fields
Describe alternatives you've considered?
No response
Anything else?
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request