farridav / django-jazzmin

Jazzy theme for Django
https://django-jazzmin.readthedocs.io
MIT License
1.54k stars 272 forks source link

Template Exceptions #580

Open ronny-rentner opened 3 weeks ago

ronny-rentner commented 3 weeks ago

With latest release Jazzmin (3.0) I am getting such kind of errors:

2024-06-12 08:00:59,303 [DEBUG] django.template []: Exception while resolving variable 'filter_input_length' in template 'admin/change_list.html'.

I am not sure if I broke something or if filter_input_length is mandatory to be set by me or if there is a default missing or if the template should check first if it exists.