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

2 lines
116 B
Plaintext
Executable File

${1:FIELDNAME} = models.ForeignKey(${2:OtherModel}${3:, related_name=''}${4:, limit_choices_to=}${5:, to_field=''})