Releases: r4fek/django-cassandra-engine
Releases · r4fek/django-cassandra-engine
0.11.1
- Fix for #70 "AttributeError: operators (by @bezineb5)
- Fix #72: Django 1.10
makemigrations
issue
- Fix #74: supress emit_post_migrate_signal in sync_cassandra (by @jamey)
0.11.0
- Fix #69: Replace NoArgsCommand with BaseCommand to accommodate 1.10 upgrade (by @BenBrostoff)
- Update
cassandra-driver
to 3.6.0
0.10.1
- Update
cassandra-driver
to 3.5.0
0.10.0
- Update to emit post migrate signal (by @kamal-una)
- Update
cassandra-driver
to 3.4.1
0.9.0
- Update
cassandra-driver
to 3.3.0
- Update FAQ about uwsgi support
0.8.1
- Update
cassandra-driver
to 3.2.2 (check PYTHON-547).
0.8.0
- Update
cassandra-driver
to 3.2.1
0.7.4
- Fix error thrown in
runserver
command
0.7.3
- Minor fix in sessions backend (remove pk from Session.expire_date)
- Fix #22: Do not override default runserver command
0.7.2
- Locked
cassandra-driver
version in setup.py
(fixup)