Changes between Initial Version and Version 1 of Ticket #11383, comment 17


Ignore:
Timestamp:
Jun 26, 2019, 10:43:50 AM (5 years ago)
Author:
Ray Logel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11383, comment 17

    initial v1  
    3535        # You can also use request.POST.getlist(admin.helpers.ACTION_CHECKBOX_NAME)
    3636        # to generate a even more detailed message.
    37         messages.error(request, 'One of the items selected can't be deleted')
     37        messages.error(request, "One of the items selected can't be deleted")
    3838        return
    3939
Back to Top