Skip to content

Instantly share code, notes, and snippets.

@PirosB3
Created March 15, 2014 17:41
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 PirosB3/9571042 to your computer and use it in GitHub Desktop.
Save PirosB3/9571042 to your computer and use it in GitHub Desktop.
mutually_exclusive_options = [auto_now_add, auto_now,
getattr(kwargs, 'default', None)]
if len(filter(None, mutually_exclusive_options)) > 1:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment