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
E AssertionError: assert {} == {'datetime_field': None}
E Right contains 1 more item:
E {'datetime_field': None}
E Full diff:
E - {'datetime_field': None}
E + {}
I think this is a case that should pass. The Now() expression represents a value that is different to the database, so the field is dirty.
Ideally a solution should work for the different database expression objects available, not just Now().
The text was updated successfully, but these errors were encountered:
Originally reported by @lestatcheb in #117
Test case that currently fails:
I think this is a case that should pass. The
Now()
expression represents a value that is different to the database, so the field is dirty.Ideally a solution should work for the different database expression objects available, not just
Now()
.The text was updated successfully, but these errors were encountered: