When field allows null/blank value it is currently impossible to set it to None. Should check field.allow_null or field.allow_blank and create a blank option as in [select.html](https://github.com/tomchristie/django-rest-framework/blob/version-3.1/rest_framework/templates/rest_framework/horizontal/select.html#L7)