django-semantic-admin
django-semantic-admin copied to clipboard
Django 5.1 compatibility
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.