create new item, then save
Expected: When image is uploaded i can see url in widget
Currently, all ImageFields widgets in objects which are in pending state looks like None value.
we spent few hours on debugging, and our conclusion is, that there is a problem in deserialization: objects returned from deserialization method aren't fully expanded accordingly to model definition.
Steps to reproduce:
Currently, all ImageFields widgets in objects which are in pending state looks like None value. we spent few hours on debugging, and our conclusion is, that there is a problem in deserialization: objects returned from deserialization method aren't fully expanded accordingly to model definition.