Django Jazzmin Versions Save

Jazzy theme for Django

v2.4.4

3 years ago
  • Use POST for language switcher (Allowing non url based language switching)
  • Fix select2 width

v2.4.3

3 years ago

Hotfix for search filters

v2.4.2

3 years ago
  • Allow customisation of buttons
  • Continued improvement and tweaks on dark themes
  • Upgrade to latest adminLTE (which includes more dark mode support)
  • Minor bugfixes and translations
  • Drop support for python 3.5, start testing against 3.9
  • Add black and mypy checks in

v2.4.1

3 years ago

Fixes a reference to an old static file

v2.4.0

3 years ago

Themes:

  • Add in theming support via UI customiser
  • Move all library static files into vendor
  • Adds in dropdown for choosing theme in UI customiser drawer
  • Adds in all current bootswatch themes
  • Adds theme-{theme_name} into body classes (for theme specific CSS rules)
  • Disables modal popups for now by default (can be enabled), as they are broken on mobile cleans up and groups sidebar customisations

UI tweaks:

  • Whether to constrain the page to a box (leaving big margins at the side) with "layout_boxed": False,
  • Make the footer sticky, keeping it in view all the time with "footer_fixed": False,
  • Make the sidebar sticky, keeping it in view as you scroll with "sidebar_fixed": False,
  • Make the top navbar sticky, keeping it in view as you scroll with "navbar_fixed": False,

Locale support:

  • Add locale support for hu and ru

Minor bug fixes, tidying up code, small UI tweaks on inlines

v2.3.11

3 years ago

v2.2.11

3 years ago
  • Jazz up Stacked Inlines
  • Added ability to sort models or custom links on side menu
  • Fix minor bugs on Tabular Inlines
  • Title languages list

v2.2.10

3 years ago
  • Fixed Bug that was crashing when running compilemessages
  • Fixed Bug that was causing front end errors with the UI-builder

v2.2.9

3 years ago

Enable translations. Languages added so far:

  • German
  • Spanish
  • Chinese (simplified/traditional)

Bug fixes:

  • Reverse order in object history
  • Doc fixes

v2.2.8

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