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

Setting reverse FK relation history omission #48

Open
irfinnew opened this issue Mar 23, 2017 · 0 comments
Open

Setting reverse FK relation history omission #48

irfinnew opened this issue Mar 23, 2017 · 0 comments

Comments

@irfinnew
Copy link

Setting a reverse (nullable) FK relation where the FK is on a history model and the reverse relation is on a non-history model does not update the history.

E.g, DrmProperty(20).is7_platform = 231, and Platform(231).specs = [20].
Setting Platform(231).specs to [] updates DrmProperty(20).is7_platform to None, but does not record this in the history.

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

No branches or pull requests

1 participant