Files
deb-python-cassandra-driver/docs/topics/faq.rst
2014-06-26 19:40:04 -07:00

342 B

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().