Changes between Initial Version and Version 1 of Ticket #35395


Ignore:
Timestamp:
Apr 22, 2024, 3:31:19 AM (5 months ago)
Author:
Tim Richardson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35395 – Description

    initial v1  
    88When using python 3.13.2, I get an exception in django/template/defaultfilters.py  slice_filter()
    99
    10 This code does throw an exception with 3.11
     10This code does not throw an exception with 3.11
    1111
    1212The exception is a Key Error and it happens because instead a list being passed to the filter, a dictionary is. An empty dict in my case.
Back to Top