django-semantic-admin
django-semantic-admin copied to clipboard
✨ Django Semantic UI admin theme
Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. Commits...
Closes https://github.com/globophobe/django-semantic-admin/issues/98 * require python >= 3.10 * replace deprecated length_is filter with length
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...
once upon a time there were good reasons to use a different jquery, but seems good to use django default (see django-filer base_site)
somethings were renamed, e.g. `base_change_list_template` -> `ie_base_change_list_template`
Run https://github.com/adamchainz/django-upgrade as CLI check
javascript-catalog is needed for change-list, but may be duplicated by SemanticCalendar, etc. It would be better to deduplicate it