@@ -0,0 +1,7 @@
+<!-- See http://www.sublimetext.com/docs/snippets for more information -->
+<snippet>
+    <content><![CDATA[${1:FIELDNAME} = forms.DurationField($2)]]></content>
+    <tabTrigger>fduration</tabTrigger>
+    <scope>source.python</scope>
+    <description>DateField (fduration)</description>
+</snippet>