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

update_mode default MODEL_CHANGED overrules update_on setting #295

Open
tmchartrand opened this issue Sep 13, 2024 · 0 comments
Open

update_mode default MODEL_CHANGED overrules update_on setting #295

tmchartrand opened this issue Sep 13, 2024 · 0 comments

Comments

@tmchartrand
Copy link

Since update_mode is listed is deprecated, I would expect to be able to specify update settings using only update_on. However, if I'm trying to specify a more selective set of update conditions in update_on, that list is extended by a set of update conditions from the default update_mode which I didn't specify:

update_on.extend(__parse_update_mode(update_mode))

Changing the default update_mode to NO_UPDATE and putting the full list in a default update_on would fix this.

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