Django Rest Framework retrieves empty values instead of null when using Oracle DB

0

I'm using Django Rest Framework, so when I insert a field with null value [POST Model], it retrieves it with an empty value [Get Object Detail]. Why does it happen?

    
asked by anonymous 21.11.2017 / 20:45

0 answers