This package provides this snippets:
| Trigger | Snippet for |
|---|---|
| Model | A class than inherits from models.Model |
| _get_absolute_url | The method for get_absolute_url in each model |
| _unicode | The method __unicode__ |
| Meta | The class Meta inside the model |
There is a snippet for each field triggered by the name of field:
In addition, you can use ManyToManyField_through for generate a snippet for the ManyToManyField and the class used for the option through
Support for the next field options and ther values triggered by their own name: