Skip to content

Releases: farridav/django-jazzmin

v2.6.2 🌈

18 Apr 19:19
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.6.1...v2.6.2

v3.0.0 🌈

18 Apr 18:29
dc355ba
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.6.1...v3.0.0

v2.6.1 🌈

23 Mar 08:35
b2a32a8
Compare
Choose a tag to compare

Release 2.6.0 [bugfixes and small enhancements]

03 Nov 13:23
Compare
Choose a tag to compare
  • 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

27 Mar 08:32
Compare
Choose a tag to compare
  • 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

16 Jan 17:32
Compare
Choose a tag to compare
  • 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

27 Jul 21:13
Compare
Choose a tag to compare
  • Some basic compatibility with django-filer
  • fix for launching iframes in change form
  • update compatible django versions
  • bulgarian translations
  • support for ckeditor

Minor bugfixes

14 May 08:34
Compare
Choose a tag to compare
  • 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

16 Apr 08:40
Compare
Choose a tag to compare
  • 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)

Bugfixes & enhancements

31 Mar 19:44
Compare
Choose a tag to compare
  • Fixes for scrolling fixed sidebar
  • Show error when logged in but no admin access
  • latest round of changes to select2 width (next release will make this user controlled)
  • Update docs
  • fixes to site name (more support for multi-site admins)
  • Fixing use of dark theme
  • field fixes to error messages
  • various other small fixes