Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

Query.ref passing in pk didn't work #48

Closed Jaymon closed 7 years ago

Jaymon commented 7 years ago

This didn't work but it should have worked:

        return self.query.ref('models.user.User', self.user_id).get_one()
Jaymon commented 7 years ago

51