Skip to content

Commit 4edb4b1

Browse files
sh1nkeyf1xgun
authored andcommitted
loadout students
1 parent b2841ef commit 4edb4b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

users/admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ def get_export_users_emails(self, users):
294294
CustomUser.objects.all()
295295
.select_related("v2_speciality")
296296
.filter(
297-
birthday__gte=date_limit_18,
298-
birthday__lte=date_limit_22
297+
birthday__lte=date_limit_18,
298+
birthday__gte=date_limit_22
299299
)
300300
)
301301
# little_mans = users.filter(birthday__lte=date_limit_18)

0 commit comments

Comments
 (0)