forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/django-mode/python-mode/django/commaseparatedinteger

1 line
65 B
Plaintext
Raw Normal View History

2011-12-03 11:30:16 +00:00
${1:FIELDNAME} = models.CommaSeparatedIntegerField(max_length=$2)