Changes between Initial Version and Version 1 of Ticket #13327, comment 8


Ignore:
Timestamp:
Mar 22, 2016, 10:10:21 AM (9 years ago)
Author:
Mehdy Haghy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13327, comment 8

    initial v1  
    11any workaround to handle this error?
    22
    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
     3I get this error in DRF model serializer so I can't suppress it when a FileField is null in database.
     4considering the model definition, null values should not cause exception but it does
     5
    56{{{
    67   class Repository(models.Model):
Back to Top