Changes between Initial Version and Version 1 of Ticket #13327, comment 8
- Timestamp:
- Mar 22, 2016, 10:10:21 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13327, comment 8
initial v1 1 1 any workaround to handle this error? 2 2 3 I get this error in DRF model serializer so I can't suppress it when a FileField is Null in database. 4 considering the model definition null values should not cause exception but it does 3 I get this error in DRF model serializer so I can't suppress it when a FileField is null in database. 4 considering the model definition, null values should not cause exception but it does 5 5 6 {{{ 6 7 class Repository(models.Model):