Open gordol opened 5 years ago
Basically I just have some naked parent classes with some fields in them, and then in inherit those classes into my EmbeddedDocument class. The embedded document class can then no longer use ajax refs on any of those inherited model fields.
not sure yet if this is a bug with mongoengine specifically, or an overall pattern flaw with the way inherited fields are handled.