Return `True` if this view should contain the full list of objects in the given year.
(self)
| 459 | ) |
| 460 | |
| 461 | def get_make_object_list(self): |
| 462 | """ |
| 463 | Return `True` if this view should contain the full list of objects in |
| 464 | the given year. |
| 465 | """ |
| 466 | return self.make_object_list |
| 467 | |
| 468 | |
| 469 | class YearArchiveView(MultipleObjectTemplateResponseMixin, BaseYearArchiveView): |