Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryBigSad committed Oct 24, 2023
2 parents 2624ae6 + 9fc3d23 commit 9875d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class Meta:
verbose_name_plural = "Пользователи"
# order by count of fields inputted, like avatar, key_skills, about_me, etc.
# first show users with all fields inputted, then with 1 field inputted, etc.
ordering = ["-ordering_score"]
ordering = ["-ordering_score", "id"]


class UserAchievement(models.Model):
Expand Down

0 comments on commit 9875d23

Please sign in to comment.