Skip to content

Commit

Permalink
Improving README
Browse files Browse the repository at this point in the history
  • Loading branch information
felipevolpone committed Jul 6, 2016
1 parent a0131c9 commit f3cff4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class User(MySQLModel):
It's done! Now you can use the active_peewee syntax to do queries.
Active Peewee don't create all combinations of all attributes of your model, actually it's create a query based
on the name of the method that you called. So, you can *combine all attributes in any way*.


**Important:** It's not possible two kinds of query aggregator at the same time; like: by_name_and_age_or_email.
You have to use just "and" or "or" in the same method call.

Expand Down

0 comments on commit f3cff4f

Please sign in to comment.