[Answer]-Object has no attribute all django

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)

Leave a comment