Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
[#9] Allowed to filter a SelectQuery with a sub-query.
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdetronquito committed Jan 10, 2017
1 parent 8675039 commit 6afa2e9
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 376 deletions.
4 changes: 2 additions & 2 deletions plume/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .plume import (
Database, Field, FloatField, ForeignKeyField, IntegerField, Model,
NumericField, PrimaryKeyField, TextField,
)
PrimaryKeyField, TextField,
)
Loading

0 comments on commit 6afa2e9

Please sign in to comment.