Changes between Initial Version and Version 1 of Ticket #33587, comment 2


Ignore:
Timestamp:
Mar 22, 2022, 9:39:18 AM (2 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33587, comment 2

    initial v1  
    33I'm going to say `wontfix` here initially.
    44
    5 `SuccessMessageMixin` is [essentially unchanged  https://github.com/django/django/blame/9c19aff7c7561e3a82978a272ecdaad40dda5c00/django/contrib/messages/views.py since it was introduced 9 years ago]. In `get_success_message()` you still have `self.object` available, with everything but the `pk` (that was nulled during the `delete()` call):
     5`SuccessMessageMixin` is [https://github.com/django/django/blame/9c19aff7c7561e3a82978a272ecdaad40dda5c00/django/contrib/messages/views.py essentially unchanged since it was introduced 9 years ago]. In `get_success_message()` you still have `self.object` available, with everything but the `pk` (that was nulled during the `delete()` call):
    66
    77{{{
Back to Top