Commit 8da2aee
committed
Fix Django 6.0 compatibility issues
- Set TASKS to django_tasks ImmediateBackend so modelsearch keeps working
(Django 6.0 ships its own django.tasks.* with a different Task signature
that lacks `enqueue_on_commit`, which broke the modelsearch @task decorator).
- Bump django-autocomplete-light from 3.9.4 to 4.0.0 (3.9.4 imports the
removed `django.utils.itercompat` module).1 parent f4acd2d commit 8da2aee
3 files changed
Lines changed: 94 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
382 | 388 | | |
383 | 389 | | |
384 | 390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments