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 was archived by the owner on Oct 10, 2024. It is now read-only.
blossom/blossom/authentication/models.py
Lines 116 to 128 in 350eb08
When there are
nullentries forcomplete_timeorclaim_time, these actually appear first with the-complete_timeand-claim_timeorderings.So we need to explicitly filter out
nullentries, e.g. by usingcomplete_time__isnull=False.