Skip to content

Instantly share code, notes, and snippets.

@madzak
Created October 1, 2011 04:50
Show Gist options
  • Save madzak/1255607 to your computer and use it in GitHub Desktop.
Save madzak/1255607 to your computer and use it in GitHub Desktop.
class CompanyWorkNotesForm(forms.ModelForm):
class Meta:
model = CompanyWorkNotes
exclude = ('oe_id')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment