django-db-queue
django-db-queue copied to clipboard
Job bulk_create
Current Job
creation depends on .save() to be called, as a result processing jobs created using bulk_create
causes django-level exceptions.
Either the Query manager should be overridden to return UnsupportedOperation
or the code refactored to work with bulk_create