mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Remove erronous _delete attribute
This commit is contained in:
parent
5f5b22d86f
commit
32e0e5e18c
|
@ -147,7 +147,6 @@ class BaseSerializer(WritableField):
|
|||
self._data = None
|
||||
self._files = None
|
||||
self._errors = None
|
||||
self._delete = False
|
||||
|
||||
#####
|
||||
# Methods to determine which fields to use when (de)serializing objects.
|
||||
|
|
Loading…
Reference in New Issue
Block a user