Revert "perf: Add ignore_ifnull parameter to get_values call in version.py (#…" (#38458)

This reverts commit 2cb6c5edcc.
This commit is contained in:
Ankush Menat 2026-04-07 16:24:23 +05:30 committed by GitHub
parent 5fb76f30a6
commit b274d2ba11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,6 @@ def get_diff(old, new, for_child=False, compare_cancelled=False):
field_meta.options,
{"name": ("in", (old_value, new_value))},
["name", title_field],
ignore_ifnull=True,
)
for r in result:
if r[0] == old_value: