Skip to content

v0.7.4

Compare
Choose a tag to compare
@Koed00 Koed00 released this 26 Sep 16:24
· 661 commits to master since this release
  • adds a MongoDB broker
  • adds Django 1.9 compatibility

Notes:
Django 1.9 is very strict with model imports in the app root.
So when you are using Django 1.9 you will have to import from the relevant submodules.
i.e. from django_q import async becomes from django_q.tasks import async.
This has also been changed in the Docs and will be the standard moving forward, but the root imports remain available for Django 1.7 and 1.8.