Skip to content

Releases: farridav/django-jazzmin

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

Bugfixes

11 Jan 19:41
Compare
Choose a tag to compare
  • Use POST for language switcher (Allowing non url based language switching)
  • Fix select2 width

Fixed search filters

22 Dec 11:16
3c88760
Compare
Choose a tag to compare

Hotfix for search filters

Dark mode enhancements, button customisation + bugfixes

19 Dec 20:12
Compare
Choose a tag to compare
  • 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

Fix broken static file reference

16 Nov 18:00
Compare
Choose a tag to compare

Fixes a reference to an old static file

Themes + UI Tweaks and more!

14 Nov 16:36
1f379e5
Compare
Choose a tag to compare

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

3rd party package support + modals instead of popups!

28 Oct 15:04
Compare
Choose a tag to compare

Jazzing up Stacked inlines + sort menus + more cheese

06 Oct 21:15
53a0272
Compare
Choose a tag to compare
  • Jazz up Stacked Inlines
  • Added ability to sort models or custom links on side menu
  • Fix minor bugs on Tabular Inlines
  • Title languages list

Fix some Bugs

02 Oct 07:43
e381fdb
Compare
Choose a tag to compare
  • Fixed Bug that was crashing when running compilemessages
  • Fixed Bug that was causing front end errors with the UI-builder

Translations + Bug fixes

30 Sep 15:38
3369004
Compare
Choose a tag to compare

Enable translations. Languages added so far:

  • German
  • Spanish
  • Chinese (simplified/traditional)

Bug fixes:

  • Reverse order in object history
  • Doc fixes