Changes between Initial Version and Version 1 of Ticket #30699


Ignore:
Timestamp:
Aug 11, 2019, 12:26:59 PM (5 years ago)
Author:
Davit Gachechiladze
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30699

    • Property Owner changed from nobody to Davit Gachechiladze
    • Property Status newassigned
  • Ticket #30699 – Description

    initial v1  
    2424
    2525`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]
Back to Top