Releases: farridav/django-jazzmin
Releases · farridav/django-jazzmin
v3.0.1 🌈
Changes
length_is
removed in Django 5.1 @jameslao (#519)- Using new version of Font Awesome Fre 6.5.2 @brocasm (#586)
- Fix Deployment Test Syntax bug @PacificGilly (#568)
- Improve deployment for test builds @PacificGilly (#567)
- Fix the sorting of
LATEST_RELEASE
to get the top result @PacificGilly (#566) - Fix again the strategy for determining the latest version released. @PacificGilly (#565)
- Bump sqlparse from 0.4.4 to 0.5.0 @dependabot (#564)
v2.6.2 🌈
Deprecation
This is the last version to officially support Python 3.6 and 3.7, as well as Django 2 and 3.
What's Changed
- Hotfix/update ci by @farridav in #543
- Logout issue by @farridav in #544
- Fix TemplateDoesNotExist error in Filer directory listing by @reedjones in #533
New Contributors
- @reedjones made their first contribution in #533
Full Changelog: v2.6.1...v2.6.2
v3.0.0 🌈
Breaking Changes
- Drop support for Python 3.6 & 3.7
- Drop support for Django 2.2, 3.0 & 3.1
New Features
- Add support for Python 3.11 & 3.12
- Add support for Django 5.0
What's Changed
- Logout issue by @farridav in #544
- Fix TemplateDoesNotExist error in Filer directory listing by @reedjones in #533
- Just run on release publish by @farridav in #553
- Fix displaying the installed version of Django-Jazzmin in the UI. by @PacificGilly in #555
- Update Python & Django supported versions + migrate to ruff by @samiashi in #551
- Properly handle empty file field by @PavelPancocha in #509
New Contributors
- @reedjones made their first contribution in #533
- @PacificGilly made their first contribution in #554
- @samiashi made their first contribution in #551
Full Changelog: v2.6.1...v3.0.0
v2.6.1 🌈
- Django 4.2 LTS offical support
- Remove errant “sourceMappingURL” referencing a non-existent file [@codyfletcher ]
- CI Fixes [@jamesgilmorelyst]
Release 2.6.0 [bugfixes and small enhancements]
- Various CSS Fixes
- Adds ability to use separate login logo from site logo (@PrynsTag )
- Fixed width for registration templates (@timoludwig )
- Cleanup template inheritance for logout template
- Fix admindocs brandingc (@CarbonBY)
- Fix stacked inline permissions check
- Allow for multiple global search fields (@jrdabrio )
- Ports fix over for modal window closing bug
- lots more smaller bugfixes
Improve UI for password resets + login + bugfixes
- Fixes for active states in sidebar [@saeedhmt ]
- Fixes missing button in StackedInline and readonly field alignment [@
Pavel Pančocha] - Remove pyenv local version + upgrade CI action [@dhvcc ]
- Fix related objects buttons not firing JS event [@dekomote ]
- DRY up and Improve login template + add in proper password reset suppport [@timoludwig ]
Bugfixes + UI Improvements + small enhancements
- Python 3.10 + Django 4 support
- Render our fieldset descriptions on changeform templates [@SourceDoctor ]
- Various new translations and updates [@arneatec, @pierreben ]
- Update bootstrap from v4.0.0 to v4.6.1 [@GiladE ]
- Various padding fixes [@pierreben, @Laityned ]
- Support for using user model instance method on avatar [@joearton ]
- Make the use of google 'source code pro' fonts optional using
JAZZMIN_SETTINGS['use_google_fonts_cdn'] = True|False
[@RenWal ] - Stop search engines indexing admin sites with meta tag [@felixcheruiyot ]
Minor bugfixes
- Some basic compatibility with django-filer
- fix for launching iframes in change form
- update compatible django versions
- bulgarian translations
- support for ckeditor
Minor bugfixes
- Allow separate favicon from logo, allow customisation of the classes
- Fix paginator previous and next arrows
- Add correct classes to django actions
- safely check for request.current_app as its not always present
Bugfixes & more 3rd party support
- Fix pagination labels
- Local dev improvements
- Basic support for django-admin-numeric-filter needs styling
- Allow ordering of content sections within detail view see docs
- Fix permissions check around showing history button on detail view
- Display fix for map on a GeoDjango Pointfield widget (it was previously hidden)