fix: ensure has_value_changed works for Datetime, Date and Time fields by scdanieli [frappe] PR#24919
From: https://github.com/frappe/frappe/pull/24919
Date: 2024-02-19 10:54:45+05:30
- Merge pull request #24919 from scdanieli/fix-has-value-changed
- test: add more tests for has_value_changed
- fix: ensure has_value_changed works for datetime, date and timedelta fields
Diagnostics
Suspicious merge commit detected: beb75ef66e511cad825039101f5fbb30e035177c
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24919
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease