core.orm.utils
Attributes
Classes
Extends SQLAlchemy Utils' QueryChain with some extra methods. |
Functions
|
Merges the given obj into the given session, if this is possible. |
|
Returns true if the given object requires a merge, which is the |
Module Contents
- class core.orm.utils.QueryChain(queries, limit=None, offset=None)[source]
Bases:
sqlalchemy_utils.QueryChain
Extends SQLAlchemy Utils’ QueryChain with some extra methods.