Commit 32e0e5e1 by Tom Christie

Remove erronous _delete attribute

parent 5f5b22d8
...@@ -147,7 +147,6 @@ class BaseSerializer(WritableField): ...@@ -147,7 +147,6 @@ class BaseSerializer(WritableField):
self._data = None self._data = None
self._files = None self._files = None
self._errors = None self._errors = None
self._delete = False
##### #####
# Methods to determine which fields to use when (de)serializing objects. # Methods to determine which fields to use when (de)serializing objects.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment