Break with Django2.0 Update
jamesshaw49 opened this issue · 2 comments
jamesshaw49 commented
Hi,
I thought I would let you guys know that your python-django library breaks with the Django 2.0 update. The error:
AttributeError: 'ImageField' object has no attribute ‘_get_val_from_obj'
This happens when the ImageField is serialised through djangorest.
‘_get_val_from_obj' is depreciated and removed In Django2.0.
James
dmitry-mukhin commented
Thanks,
we'll look into it (or you can beat us to the punch with your own PR:)
dmitry-mukhin commented
fixed in version 2.3.1