Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedorn committed Jun 10, 2019
1 parent d68b105 commit 7f7cc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tastypie/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def convert(self, value, for_update=False):
return None

if for_update:
# Use the internal value, not the url, when we're hydrating just to
# Use the internal value, not the url, when we're dehydrating just to
# update the object in-place
return value

Expand Down

0 comments on commit 7f7cc18

Please sign in to comment.