You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
When there are null entries for complete_time or claim_time, these actually appear first with the -complete_time and -claim_time orderings.
So we need to explicitly filter out null entries, e.g. by using complete_time__isnull=False.
The text was updated successfully, but these errors were encountered:
TimJentzsch
added
Bug
Something isn't working
API
Suggestion which would change the user-facing API
Slack
An issue related to Slack (e.g. a Slack command)
labels
Feb 6, 2023
blossom/blossom/authentication/models.py
Lines 116 to 128 in 350eb08
When there are
null
entries forcomplete_time
orclaim_time
, these actually appear first with the-complete_time
and-claim_time
orderings.So we need to explicitly filter out
null
entries, e.g. by usingcomplete_time__isnull=False
.The text was updated successfully, but these errors were encountered: