Djaneiro Cheat Sheet: by Via
Djaneiro Cheat Sheet: by Via
Snippets for Django model fields (cont) Snippets for Django Models
m2m models.ManyToManyField()
Completions
o2o models.OneToOneField()
null blank choices
ffloat forms.FloatField()
Snippets for Django Views
fimg forms.ImageField()
view Function Based View
fint forms.IntegerField()
createview Generic Create View
fip forms.IPAddressField()
updateview Generic Update View
fmochoice forms.ModelChoiceField()
deleteview Generic Delete View
fmomuchoice forms.ModelMultipleChoiceField()
detailview Generic Detail View
fmuchoice forms.MultipleChoiceField()
listview Generic List View
fmuval forms.MultipleValueField()
templateview Generic Template View
fnullbool forms.NullBooleanField()
adminview Generic Admin View
fregex forms.RegexField()
tabularinline Tabular Inline View
fslug forms.SlugField()
stackedinline Stacked Inline View
fsdatetime forms.SplitDateTime()
dispatch dispatch method for CBVs
ftime forms.TimeField()
get_context_data get_context_data method for CBVs
ftchoice forms.TypedChoiceField()
ftmuchoice forms.TypedMultipleChoiceField()
Snippets for Python
furl forms.URLField()
init __init__(self, args, *kwargs)