Order_by on the basis of time difference:

22 views
Skip to first unread message

Aadil Rashid

unread,
Jan 20, 2022, 11:36:15 PM1/20/22
to django...@googlegroups.com
class UserModel(models.Model):
is_active = models.BooleanField(default=True)
created_at = models.DateTimeField(auto_now_add=True)
updated_at = models.DateTimeField(auto_now=True)



I want to query on UserModel such that the Query set which I get should be orderable in terms of time difference of updated_at - created_at,
I tried
UserModel.objects.all().order_by('updated_at' - 'created_at')
but this is not working
it throws, TypeError: unsupported operand type(s) for -: 'str' and 'str'


Please help

Erlan Abdraimov

unread,
Jan 21, 2022, 10:05:54 AM1/21/22
to django...@googlegroups.com
i can user django user 

Aadil Rashid <aadil1...@gmail.com>, 21 Oca 2022 Cum, 07:35 tarihinde şunu yazdı:
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAYXZx-sDuJDbTR59bSzmuXfYnHNFUexUd-O%2BfSi9MN%3DG%2Bae6w%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages