Peewee: Peewee 3.0.2, what happened to `Selectquery.naive`?

Created on 30 Jan 2018  路  1Comment  路  Source: coleifer/peewee

Here are the docs from 2.7.0, but I see no mention of it in the 3.0.2 change log.

http://docs.peewee-orm.com/en/2.7.0/peewee/api.html#SelectQuery.naive

Thanks!

Most helpful comment

Ah, thanks! I'll correct the oversight.

In 3.x you can use .objects() instead.

>All comments

Ah, thanks! I'll correct the oversight.

In 3.x you can use .objects() instead.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lucasrc picture lucasrc  路  5Comments

kadnan picture kadnan  路  3Comments

aellwein picture aellwein  路  3Comments

dev-zero picture dev-zero  路  4Comments

kalimalrazif picture kalimalrazif  路  3Comments