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

ignore_duplicate fields #958

Open
TonisPiip opened this issue Jan 29, 2024 · 1 comment
Open

ignore_duplicate fields #958

TonisPiip opened this issue Jan 29, 2024 · 1 comment

Comments

@TonisPiip
Copy link

from #957

And also in the linked issue above, it was said it's a bad idea to exclude fields, but I wonder, where is that mentioned in the docs, or is there some best practices? Or is there some way to exclude fields, so they are still tracked, but not have the fields be considered when it's checking the logic for ignore_duplicates?


implementation idea:

either:

  • ignore_duplicates allows also being an itterable list of field names, which are ignored when checking if it's a duplicate revision. (As it's also bool() true. and if you set the list of fields, it makes sense you're also ignoring duplicates)
  • explicit new field
@etianen
Copy link
Owner

etianen commented Jan 29, 2024

ignore_duplicates allows also being an itterable list of field names
☝️ This sounds nice!

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

2 participants