- # -*- mode: snippet -*-
- # This was cloned from a TextMate bundle for yasnippet.
- #name : CommaSeparatedIntegerField (commaseparatedinteger)
- #group: django
- #key : commaseparatedinteger
- #condition: (when (boundp 'python-django-project-root) python-django-project-root)
- # --
- ${1:FIELDNAME} = models.CommaSeparatedIntegerField(max_length=$2)
|