Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

TypeError in models.session().add( object ) ? #79

@razaHamdani

Description

@razaHamdani

Hi guys,
I am getting the following error when i try to add a model instance to the session.

Error:
TypeError: raise_first_error() takes exactly 3 arguments (2 given)

Raised when:
models = odm.Router('redis://localhost:6379?db=0')
models.session().add( my_object)

Stdnet Version:
0.8.2

Python:
2.7

Redis:
2.9.0

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions