from django.utils import timezone >>> from blog.models import Post >>> qs = Post.objects.filter(publish_date__lte=timezone.now(), ...
確定! 回上一頁