Changes between Version 12 and Version 13 of Ticket #30698
- Timestamp:
- Aug 11, 2019, 12:06:34 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30698 – Description
v12 v13 52 52 53 53 Also, `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. 54 55 [https://github.com/django/django/pull/11656]