Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created September 13, 2022 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/a2ccc33622364da2d3582e683ae31b1e to your computer and use it in GitHub Desktop.
Save brunomichetti/a2ccc33622364da2d3582e683ae31b1e to your computer and use it in GitHub Desktop.
from django.db.models import F
updated_targets = Target.objects.filter(created_at__lt=F("updated_at"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment