Skip to content

0.6.1

Compare
Choose a tag to compare
@qcoumes qcoumes released this 13 Apr 21:13
· 4 commits to master since this release
  • Multiple fixes to CelerySignalProcessor (#62), Contributed by Jordan Hyatt and jlariza.
    • Correctly use .delay when calling tasks.
    • Only initiate tasks when needed by checking beforehand if an instance is connected to a Document (directly or related)
    • The tasks will only be created on transaction commit.