Skip to content

Instantly share code, notes, and snippets.

@bogdangoie
Created February 3, 2016 00:13
Show Gist options
  • Save bogdangoie/cb0f3058cc66c7ec314d to your computer and use it in GitHub Desktop.
Save bogdangoie/cb0f3058cc66c7ec314d to your computer and use it in GitHub Desktop.
from django.db.models import When
When(is_active=True, then=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment