-
Notifications
You must be signed in to change notification settings - Fork 190
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
Literal string 'null' stored in changed_field #97
Comments
Number 1 is addressed now with #106. |
Would appreciate if @gghildyal's PR could be merged into master! |
I'm happy with option 1, as well. Likely to merge #106 shortly. If option 1 has any process issues for certain projects, then we can enable a new setting which allows doing the update and saving it as |
merged and released to PyPI as 1.2.2b1. there might be a couple other changes in this release so I'm not marking as release candidate yet. Once we've frozen 1.2.2's changeset, we'll do (probably just 1) release candidate, and then after small testing, official release. |
Thanks @jheld! |
Still having this issue. I'm on version 1.3.3a3 |
I'm seeing a literal string of
'null'
being stored in the database against some Update events.If there aren't any changed fields one of the following should be occurring instead:
null
- instead of'null'
.This bug makes it tedious to
.filter()
for actual changes to a given object.The text was updated successfully, but these errors were encountered: