1👍
✅
Marking the comment as an answer for future reference:
It could probably be some stale .pyc
files which were working fine. Seems wierd though. You probably wanted
forms.ModelChoiceField(FeaturedItem.objects.none(), required=False)
Source:stackexchange.com