mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
Merge a6465186fd
into c092b4df78
This commit is contained in:
commit
9bcd87941b
|
@ -33,7 +33,7 @@ class RelatedField(WritableField):
|
|||
many_widget = widgets.SelectMultiple
|
||||
form_field_class = forms.ChoiceField
|
||||
many_form_field_class = forms.MultipleChoiceField
|
||||
null_values = (None, '', 'None')
|
||||
null_values = (None, '', 'None',[])
|
||||
|
||||
cache_choices = False
|
||||
empty_label = None
|
||||
|
|
Loading…
Reference in New Issue
Block a user