r4fek / django-cassandra-engine

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

Fix for #70 "AttributeError: operators" #71

Closed bezineb5 closed 8 years ago

bezineb5 commented 8 years ago

Added operators in the DatabaseWrapper. This seems to be the root cause of the issues #70 and #68.

r4fek commented 8 years ago

Thank you @bezineb5!