Sep 30, 2017 django drf field framework key python rest source DRF: What is 'source' in Fields? For a couple of days I've been trying to de-serialise a JSON to a model. My problem is the model and the JSON
Sep 29, 2017 datetime django drf framework python rest timestamp Timestamp to DateTime Serializer Field for DRF I'm currently trying to deserialize JSON data to a Django model. This is quite straight forward for most numeric fields, but I have a `DateTime` field which is stored as a timestamp in the original JSON.