Open para-ice opened 4 months ago
Post.objects.filter(id_lt=3).count() # only 1 underscore Post.objects.filter(id__lt=3).count() # 2 underscores are the right way