All Versions
99
Latest Version
Avg Release Cycle
24 days
Latest Release
725 days ago

Changelog History
Page 2

  • v0.18.4 Changes

    January 05, 2022
    • ๐Ÿ‘ Added official django 4.0 support.
    • Added link to admin home page on logo and title. #147
    • ๐Ÿ›  Fixed collapsed inlines rounded bottom borders.
    • โœ… Fixed missing comma in tests settings MIDDLEWARE_CLASSES. #145
  • v0.18.3 Changes

    December 07, 2021
    • ๐Ÿ‘ Added official python 3.10 support.
    • Replaced travis with GitHub action workflow. #142
    • Fixed check_installed_apps checks.
    • ๐Ÿ—„ Fixed django default appconfig deprecation warning. #141
  • v0.18.2 Changes

    October 25, 2021
    • ๐Ÿ›  Fixed migration error.
  • v0.18.1 Changes

    October 25, 2021
    • ๐Ÿšš Removed wrong migration.
  • v0.18.0 Changes

    October 24, 2021
    • ๐Ÿ‘ Added foldable apps support. #117
    • ๐Ÿšš Removed css field from Theme model.
  • v0.17.3 Changes

    October 12, 2021
    • ๐Ÿ›  Fixed FileExtensionValidator TypeError on django < 1.11.
  • v0.17.2 Changes

    October 08, 2021
    • ๐Ÿ›  Fixed FileExtensionValidator TypeError on django < 1.11.
  • v0.17.1 Changes

    September 24, 2021
    • ๐Ÿ“ฆ Fixed TemplateDoesNotExist error on django==4.0.a1 removing checking condition for colorfield package. #134
    • ๐Ÿ›  Fixed favicon fetching incompatible with django-storages S3. #128
  • v0.17.0 Changes

    September 16, 2021
    • Added logo_max_width and logo_max_height. #127
  • v0.16.4 Changes

    September 04, 2021
    • Fixed 0020_module_selected_colors migration for multiple dbs. #132
    • ๐Ÿ›  Fixed sticky pagination width and border-bottom.
    • ๐Ÿ›  Fixed inlines vertical overlow.
    • Improved header elements vertical alignment.