Changes between Initial Version and Version 1 of Ticket #30699
- Timestamp:
- Aug 11, 2019, 12:26:59 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30699
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #30699 – Description
initial v1 24 24 25 25 `PublisherDetail.get_context_data(self, **kwargs)` is not neccessary here at all, isn't it ? `SingleObjectMixin.get_context_data(self, **kwargs)` is responsible to add `publisher` key in `context` dict, which is called from `BaseListView.get(self, request, *args, **kwargs)`. 26 27 [https://github.com/django/django/pull/11658]