Changes between Version 6 and Version 7 of Ticket #28943


Ignore:
Timestamp:
Dec 20, 2017, 9:00:04 AM (6 years ago)
Author:
James Pic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28943 – Description

    v6 v7  
    3939
    4040    def render_to_response(self, context=None):
    41         context = context or self.get_context_data(**kwargs)
     41        context = context or self.get_context_data(self.kwargs)
    4242        return self.render_to_response(context)
    4343}}}
Back to Top