keredson / peewee

a small, expressive orm -- supports postgresql, mysql and sqlite
http://docs.peewee-orm.com/
MIT License
13 stars 4 forks source link

Do not automatically join using filter(). #25

Closed logannc closed 6 years ago

logannc commented 6 years ago

Initial testing shows this works.

I can understand why it might be implemented this way originally if you have fake foreign keys that are invariants maintained in peewee and not by your database, but it doesn't make sense for us.