Erik Williamson
Results
2
issues of
Erik Williamson
I have a case where I notify an external service when an object is deleted. I can be reasonably sure that it will succeed in the preprocessor, but I'd like...
enhancement
Hi, First off: Thanks for your work on this! I thought that doing this in my Forms.py: tags = forms.ModelChoiceField(queryset=Tag.objects.all(), initial=3, widget=AutoCompleteMultipleWidget()) would do autocompletion for each individual word that...