Re: help needed in #33586

2022-09-20 Thread Bhuvnesh Sharma
Thanks Simon! I understood. On Tuesday, September 20, 2022 at 1:44:10 AM UTC+5:30 charettes wrote: > Hello Bhuvnesh, > > I tried to provide some guidance on the ticket > . I know you are > eager on getting help but please allow for a few n

help needed in #33586

2022-09-19 Thread Bhuvnesh Sharma
Hey , can anyone help me in issue #33586 ? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, se

Re: Django timing

2022-09-09 Thread Bhuvnesh Sharma
Hi, if you are using templates then you can simply write: {{message.created|timesince}} ago where created is a field of message storing the date and time when the message was created. created = models.DateTimeField(auto_now_add=True) On Friday, September 9, 2022 at 7:11:00 PM UTC+5:30 pmic

Lookups

2022-09-08 Thread Bhuvnesh Sharma
Can anyone explain me the difference between lookups and related lookups? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to