dotar/vim/snippets/django/manytomany.snippet
2011-11-17 16:00:49 -06:00

2 lines
162 B
Plaintext
Executable File

${1:FIELDNAME} = models.ManyToManyField(${2:OtherModel}${3:, related_name=''}${4:, limit_choices_to=}${5:, symmetrical=False}${6:, through=''}${7:, db_table=''})