Skip to content

Commit f19897f

Browse files
committed
loadout students
1 parent fbcbb3d commit f19897f

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
@@ -270,8 +270,8 @@ def get_export_users_emails(self, users):
270270
CustomUser.objects.all()
271271
.select_related("v2_speciality")
272272
.filter(
273-
birthday__gte=date_limit_18,
274-
birthday__lte=date_limit_22
273+
birthday__lte=date_limit_18,
274+
birthday__gte=date_limit_22
275275
)
276276
)
277277
# little_mans = users.filter(birthday__lte=date_limit_18)

0 commit comments

Comments
 (0)