We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0507f0 commit 7564544Copy full SHA for 7564544
requirements.txt
@@ -7,7 +7,7 @@ psycopg2-binary==2.9.10
7
django-redis==5.4.0
8
pycryptodomex==3.22.0
9
djangorestframework-simplejwt==5.5.0
10
-celery==5.5.0
+celery==5.5.1
11
django-celery-beat==2.7.0
12
django-celery-results==2.5.1
13
flower==2.0.1
system/views/admin/online.py
@@ -18,7 +18,7 @@ class UserOnlineFilter(BaseFilterSet):
18
19
class Meta:
20
model = UserLoginLog
21
- fields = ['creator_id', 'channel_name']
+ fields = ['creator_id']
22
23
24
class UserOnlineViewSet(ListDeleteModelSet, OnlyExportDataAction):
0 commit comments