mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 13:08:12 +08:00
@@ -12,7 +12,7 @@ default_app_config = 'django_q.apps.DjangoQConfig'
|
||||
# root imports will slowly be deprecated.
|
||||
# please import from the relevant sub modules
|
||||
split_version = get_version().split('.')
|
||||
if split_version[1][0] != '9' and split_version[1][:2] != '10':
|
||||
if split_version[1] not in ('9', '10', '11'):
|
||||
from .tasks import async, schedule, result, result_group, fetch, fetch_group, count_group, delete_group, queue_size
|
||||
from .models import Task, Schedule, Success, Failure
|
||||
from .cluster import Cluster
|
||||
|
||||
Reference in New Issue
Block a user