dotar/vim/snippets/django/onetoone.snippet

2 lines
142 B
Plaintext
Raw Normal View History

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