Changes between Initial Version and Version 1 of Ticket #35395
- Timestamp:
- Apr 22, 2024, 3:31:19 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35395 – Description
initial v1 8 8 When using python 3.13.2, I get an exception in django/template/defaultfilters.py slice_filter() 9 9 10 This code does throw an exception with 3.1110 This code does not throw an exception with 3.11 11 11 12 12 The 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.