Skip to content

Commit 4989763

Browse files
authored
Merge pull request #487 from PROCOLLAB-github/feature/new-students-loadout
loadout students
2 parents 4aea729 + f19897f commit 4989763

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)