django-semantic-admin icon indicating copy to clipboard operation
django-semantic-admin copied to clipboard

Django 5.1 compatibility

Open captain828 opened this issue 8 months ago • 2 comments

The deprecated filter length_is is used in the admin templates, specifically in fieldset_content.html but possibly elsewhere. This filter was marked as deprecated in Django 4.2 and is removed from Django 5.1 onwards.

The fix would be to use the length filter instead.

captain828 avatar Jun 01 '24 23:06 captain828