Skip to content

Commit

Permalink
Merge 8b048c9 into a7d0150
Browse files Browse the repository at this point in the history
  • Loading branch information
jmphilli committed May 26, 2017
2 parents a7d0150 + 8b048c9 commit 69352be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynamodb/models.py
Expand Up @@ -1186,7 +1186,7 @@ def _get_keys(self):
"""
Returns the proper arguments for deleting
"""
serialized = self._serialize()
serialized = self._serialize(null_check=False)
hash_key = serialized.get(HASH)
range_key = serialized.get(RANGE, None)
hash_keyname = self._get_meta_data().hash_keyname
Expand Down

0 comments on commit 69352be

Please sign in to comment.