`relativedelta(months=+2) < relativedelta(months=+6)` should return be True but gets evaluated to False. I see that relative delta does not implement __lt__. Is there any reason for that?
relativedelta(months=+2) < relativedelta(months=+6)should return be True but gets evaluated to False.
I see that relative delta does not implement lt. Is there any reason for that?