klen / mixer

Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Other
939 stars 96 forks source link

mixer.Select doesn't select already exists User from the DB #79

Open guinslym opened 7 years ago

guinslym commented 7 years ago

Following the documentation mixer.SELECT will choose from an already exists instance of a model. But I'm having an error. mixer.SELECT create users instead of selecting users in the DB.

image