Knotis / djangocassandra

Cassandra support for the Django web framework
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

Fix Circular Import #51

Closed sethdenner closed 8 years ago

sethdenner commented 8 years ago

There was a circular import happening in djangocassandra.db.models. I refactored the metaprogramming part into djangocassandra.db.meta and left the Model and Manager classes in djangocassandra.db.models. This seems to have fixed the issue.