mirror of
https://github.com/django/django.git
synced 2025-11-20 11:36:04 +00:00
This removes the ability to configure Task enqueueing via a setting,
since the proposed `ENQUEUE_ON_COMMIT` did not support multi-database
setups.
Thanks to Simon Charette for the report.
Follow-up to
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| tasks.py | ||
| test_custom_backend.py | ||
| test_dummy_backend.py | ||
| test_immediate_backend.py | ||
| test_tasks.py | ||