From aefdc750a6b766a482e6be3d7bffdb20328db235 Mon Sep 17 00:00:00 2001 From: Muhammad Zubair Date: Thu, 22 Jun 2023 16:56:08 +0500 Subject: [PATCH] feat: incorporated feedback comments --- common/djangoapps/entitlements/tasks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/djangoapps/entitlements/tasks.py b/common/djangoapps/entitlements/tasks.py index 8fd0834477..267353e8cd 100644 --- a/common/djangoapps/entitlements/tasks.py +++ b/common/djangoapps/entitlements/tasks.py @@ -75,8 +75,9 @@ def expire_and_create_entitlements(self, entitlements, support_user): / 18 months. Args: - no_of_entitlements (int): Limit the operation to this number of entitlements. - + entitlements (QuerySet): A QuerySet with the entitlements to expire. + support_user (django.contrib.auth.models.user): The username to attribute the entitlement expiration and recreation to. + Returns: None