In the documentation of Django, I have a confusion about this passage below:
https://docs.djangoproject.com/en/1.8/topics/class-based-views/generic-display/
Notice that along with a filtered queryset, we’re also using a custom template name. If we didn’t, the generic view would use the same template as the “vanilla” object list, which might not be what we want.
I'm not a native English speaker,so can anybody tell me what the “vanilla” object list is. Thank you very much!
I also want to know what the "ordinary" object list, described as “vanilla” in the Django documentation, is exactly.