mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 13:00:12 +03:00
Merge e0988b135f
into 69b0ac52c2
This commit is contained in:
commit
997f615f23
|
@ -304,7 +304,7 @@ class Field(object):
|
||||||
'required': _('This field is required.'),
|
'required': _('This field is required.'),
|
||||||
'null': _('This field may not be null.')
|
'null': _('This field may not be null.')
|
||||||
}
|
}
|
||||||
default_validators = []
|
default_validators = ()
|
||||||
default_empty_html = empty
|
default_empty_html = empty
|
||||||
initial = None
|
initial = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user