Changes between Initial Version and Version 1 of Ticket #33587, comment 2
- Timestamp:
- Mar 22, 2022, 9:39:18 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33587, comment 2
initial v1 3 3 I'm going to say `wontfix` here initially. 4 4 5 `SuccessMessageMixin` is [ essentially unchanged https://github.com/django/django/blame/9c19aff7c7561e3a82978a272ecdaad40dda5c00/django/contrib/messages/views.pysince 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): 6 6 7 7 {{{