- # -*- mode: snippet -*-
- # This was cloned from a TextMate bundle for yasnippet.
- #name : XMLField
- #group: django
- #key : xml
- #condition: (when (boundp 'python-django-project-root) python-django-project-root)
- # --
- ${1:FIELDNAME} = models.XMLField(schema_path=${2:/path/to/RelaxNG}${3:, blank=True})
|