|
|
__init__(self,
db,
query,
ignore_common_filters=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
| __call__(self,
query,
ignore_common_filters=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parse(self,
dquery)
Experimental: Turn a dictionary into a Query object |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update_naive(self,
**update_fields)
same as update but does not call table._before_update and
_after_update |
source code
|
|
|
|
|
|
|
| delete_uploaded_files(self,
upload_fields=None) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|