Skip to content

Instantly share code, notes, and snippets.

@epicserve
Created March 9, 2010 16:31
Show Gist options
  • Save epicserve/326761 to your computer and use it in GitHub Desktop.
Save epicserve/326761 to your computer and use it in GitHub Desktop.
Python Snippets

Python Snippets

List Comprehension Example:

m2mid_list = [m2m_item.pk for m2m_item in my_model.my_m2m_field.all()]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment