Changes between Version 10 and Version 11 of Ticket #30698


Ignore:
Timestamp:
Aug 11, 2019, 9:03:51 AM (5 years ago)
Author:
Davit Gachechiladze
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30698 – Description

    v10 v11  
    5151}}}
    5252
    53 Also, `SingleObjectMixin` will be implemented in a same fashion as `MultipleObjectMixin` is this moment.
     53Also, `SingleObjectMixin.get_context_data(self, *, object=None, **kwargs)` will be implemented in a same fashion as `MultipleObjectMixin.get_context_data(self, *, object_list=None, **kwargs)` is this moment.
    5454
    5555[https://github.com/django/django/pull/11654]
Back to Top