Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Wrong syntax in quickstart doc #30

Closed
ghost opened this issue Mar 10, 2019 · 0 comments
Closed

Wrong syntax in quickstart doc #30

ghost opened this issue Mar 10, 2019 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Mar 10, 2019

Quickstart show examples like this

users = User.query.all()

But that syntax is not supported yet, the correct one should be:

users = db.query(User).all()
@ghost ghost added Type:Bug Status:Planned We are doing it labels Mar 10, 2019
@ghost ghost closed this as completed May 3, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

0 participants