Skip to content

TypedModel reference fields don't work #222

Description

@bschreck

I created a Scene(TypedModel) and Video(TypedModel), where Scene includes a reference to Video (video: Video). Creating a scene using Scene(video=video, **other_kwargs).save() does not associate the video with the scene. Doing scene.video results in a blank video containing none of the attributes of the passed in video instance, and doing Scene.collection.filter(video=video).fetch() results in an empty list

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions