1👍
✅
You could try this:
Watch.objects.filter(date__month=now.month).order_by('-day')
Have a look at the QuerySet API Reference
Source:stackexchange.com
1👍
You could try this:
Watch.objects.filter(date__month=now.month).order_by('-day')
Have a look at the QuerySet API Reference