Bug fixes
1) Fixed bug in FileField exceptions, so they are valid ValidationError instances ([issue 7](https://github.com/M1hacka/django-rest-form-fields/issues/7))
2) Fixed by in JsonField and RestCharField: they skipped `run_validators` in case value is in empty_fields ('', [], {}) ([issue 6](https://github.com/M1hacka/django-rest-form-fields/issues/6))