What is the best way to filter a DateField by the last 3 months in django.
#post_list = Post.objects.filter(release_date=three_months_ago)
Here i