Missing argument for .pop('_links') on Node update

This commit is contained in:
2015-10-20 14:57:16 +02:00
parent c1ff4ba9bb
commit 3fd5fdf154

View File

@@ -62,7 +62,7 @@ class Node(List, Find, Create, Post, Update, Delete, Replace):
attributes.pop('_etag')
attributes.pop('_created')
attributes.pop('_updated')
attributes.pop('_links')
attributes.pop('_links', None)
attributes.pop('allowed_methods')
url = utils.join_url(self.path, str(self['_id']))
headers = utils.merge_dict(