Michael-Andrew Keays

Results 1 issues of Michael-Andrew Keays

Upon attempting to access a ListField wrapping a GenericLazyReferenceField the above internal error is thrown. Here are the relevant portions of my use case: ``` class Image(db.Document): __api__ = "img"...