You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
from #957
implementation idea:
either:
The text was updated successfully, but these errors were encountered: