The _get_val_from_object method has been renamed in Django 2.0 to value_from_object. This affects https://github.com/cloudinary/pycloudinary/blob/master/cloudinary/models.py#L46. I'm actually not sure about the pattern for version conditional checks, otherwise I'd submit a patch....
The
_get_val_from_objectmethod has been renamed in Django 2.0 tovalue_from_object. This affects https://github.com/cloudinary/pycloudinary/blob/master/cloudinary/models.py#L46. I'm actually not sure about the pattern for version conditional checks, otherwise I'd submit a patch....