r4fek / django-cassandra-engine

Django Cassandra Engine - the Cassandra backend for Django
BSD 2-Clause "Simplified" License
365 stars 85 forks source link

_meta #24

Closed danandersonasc closed 7 years ago

danandersonasc commented 9 years ago

Given that cqlengine models don't implement _meta, is wrapping cqlengine models to provide introspection to django by this attribute on the roadmap for this project?

r4fek commented 9 years ago

cqlengine is about to be merged into python-driver soon. After that we can think about it, but it is important to know, that django-cassandra-engine never meant to be fully compatible with django models.

vspirit777 commented 9 years ago

Hi r4fek, I'm experiencing with django-cassandra-engine. Now, I want to FILTER with MULTIPLE parameters, please tell me how to do that. Thank you :)

Ace314159 commented 9 years ago

@r4fek If django-cassandra-engine models will never implement _meta, do you have an alternative engine that does implement _meta. I am trying to use haystack elasticsearch with cassandra, but haystack requires the models to have _meta implemented. Thank you.

auvipy commented 8 years ago

@r4fek model._meta will let the cql fields to be seen through django form and admin.

r4fek commented 7 years ago

This one was merged some time ago.