Posts by Bruno Barreto • 1 point
1 post
-
0
votes0
answers20
viewsQ: Django Rest Framework retrieves Empty values Instead of null when using Oracle DB
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?