This commit is contained in:
Konsta Vesterinen
2014-03-05 15:49:14 +02:00
parent 2bfc40d21d
commit 49cc6f2f04

View File

@@ -104,7 +104,6 @@ Now same as before we can add some objects::
We can even test super types::
# Find any events that are bound to users.
session.query(Activity).filter(Event.object.is_type(Employee)).all()