Django Jazzmin Versions Save

Jazzy theme for Django

v2.6.2

4 weeks ago

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: https://github.com/farridav/django-jazzmin/compare/v2.6.1...v2.6.2

v3.0.0

4 weeks ago

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: https://github.com/farridav/django-jazzmin/compare/v2.6.1...v3.0.0

v2.6.1

1 month ago
  • Django 4.2 LTS offical support
  • Remove errant “sourceMappingURL” referencing a non-existent file [@codyfletcher ]
  • CI Fixes [@jamesgilmorelyst]

v2.6.0

1 year ago
  • 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

v2.5.0

2 years ago
  • 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 ]

v2.4.9

2 years ago
  • 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 ]

v2.4.8

2 years ago
  • Some basic compatibility with django-filer
  • fix for launching iframes in change form
  • update compatible django versions
  • bulgarian translations
  • support for ckeditor

v2.4.7

3 years ago
  • 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

v2.4.6

3 years ago
  • 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)

v2.4.5

3 years ago
  • 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