added faq, needs formatting
This commit is contained in:
@@ -523,6 +523,10 @@ class SelectStatement(BaseCQLStatement):
|
|||||||
limit=None,
|
limit=None,
|
||||||
allow_filtering=False):
|
allow_filtering=False):
|
||||||
|
|
||||||
|
"""
|
||||||
|
:param where
|
||||||
|
:type where list of cqlengine.statements.WhereClause
|
||||||
|
"""
|
||||||
super(SelectStatement, self).__init__(
|
super(SelectStatement, self).__init__(
|
||||||
table,
|
table,
|
||||||
consistency=consistency,
|
consistency=consistency,
|
||||||
|
7
docs/topics/faq.rst
Normal file
7
docs/topics/faq.rst
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
==========================
|
||||||
|
Frequently Asked Questions
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Q: Why does calling my Model(field=blah, field2=blah2) not work?
|
||||||
|
|
||||||
|
A: The __init__() of a model is used by cqlengine internally. If you want to create a new row in the database, use create().
|
Reference in New Issue
Block a user