dotar/vim/snippets/django/fk.snippet

2 lines
116 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
${1:FIELDNAME} = models.ForeignKey(${2:OtherModel}${3:, related_name=''}${4:, limit_choices_to=}${5:, to_field=''})