Releases: farridav/django-jazzmin
Releases · farridav/django-jazzmin
Fix some Bugs + Add poetry + Minor features
- Use poetry to manage requirements
- Fix broken badge
- Organise images on documentation + other minor changes
- Some styling changes
- Fix heights on select filter in changeform template
- Fix breadcrumb link in app list view
- Add ability to add custom css&js to login/logout page
Bugfixes + more multi-admin support
- Improve detection of fieldsets
- Various fixes to support installations with multiple admin sites
- Increase flexibility for font awesome icons being used
- Permalinks in docs
- permissions fixes (Show menu items with change OR view permission)
Collection of small fixes
Bug Fixes:
- Bugfix: menu not showing Users app for staff users
- Bugfix: on menu not displaying lowercased apps
- Bugfix: on slugified parameters to allow unicode characters
- Ignore coveralls exit code
Change Form variations + bugfixes
- Feature: Adds 4 different Change form templates (horizontal tabs, vertical tabs, carousel, collapsible)
- Bugfix: Ensure parent page is marked as active when on child pages (detail views)
- Cleaning: Improve test suite
Small fixes around icon customisations + bugfixes
- Fix history page for those with a custom user model
- Add user defined title to login page
- Allow customisation of default app / model icons
- Allow globally defined icons to apply to custom links / user menu links
- Fix naming of top menu items (Use verbose name instead)
Bugfixes + Demo app
- Adds in demo app
- Fix inline form editing
- slightly re-strucure base template for less problematic overiding
- Make admin forms with no fieldsets render without tabs
Restyle timeline&history page + small bugfixes
- Restyle history page and timeline to make them look more jazzy
- Keep selects consistent throughout the project
- Add more models to the test application to cover m2m relationships, autocomplete fields and other stuff.
- Minor bugfixes
Jazzy admin docs + customisable user menu
- Jazz up the admin docs (https://docs.djangoproject.com/en/dev/ref/contrib/admin/admindocs/)
- Responsive design tweaks
- Allow custom links in user menu (See https://django-jazzmin.readthedocs.io/configuration/)
- Minor bug fixes
Adds UI Builder
- Adds UI Builder
- Adds supported python versions in package config
- Adds more test coverage
- Updates documentation at https://django-jazzmin.readthedocs.io
Minor fixes & Custom CSS/JS
- Allow custom CSS/JS files via jazzmin settings
- Minor fixes around UI