Is it just me or does the ndb.msgprop.enumProperty cause problems using protopigeon to cast back & forth "to_entity" and "to_message"
I also noticed that when ndb.Model type is expando, Protopigeon throws an invalid key error for "GenericProperty" at:
translators.py line 89 ---> converter = converters[property.__class__.__name__]
no property named "GenericProperty"
Any tips for how to handle these non-standard field types??
Thx
Dewey