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
TaskQuerySet returns an iterable object. It would make sense for me if this object is sorted by urgency or at least sortable by urgency. For this to work there should be __lt__ defined for Task. The wished behaviour can also be accomplished by similar code by extending those classes:
TaskQuerySet returns an iterable object. It would make sense for me if this object is sorted by urgency or at least sortable by urgency. For this to work there should be
__lt__
defined for Task. The wished behaviour can also be accomplished by similar code by extending those classes:The text was updated successfully, but these errors were encountered: