mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 21:10:13 +03:00
Merge 127467f21e
into 93b9245b87
This commit is contained in:
commit
ea913689d3
|
@ -147,6 +147,8 @@ class Field(object):
|
|||
self._value = None
|
||||
self._name = None
|
||||
|
||||
super(Field, self).__init__()
|
||||
|
||||
@property
|
||||
def errors(self):
|
||||
return self._errors
|
||||
|
|
Loading…
Reference in New Issue
Block a user