r4fek / django-cassandra-engine

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

Fix RemovedInDjango19Warnings when using Django >= 1.7 #36

Closed paksu closed 9 years ago

paksu commented 9 years ago

Replaces few cases where deprecated Django methods were used. Insted use non-deprecated Django stuff and Python core module importlib.