Skip to content

Releases: fabiocaccamo/django-admin-interface

0.18.3

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 07 Dec 10:09
  • 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

0.18.2

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 25 Nov 10:59
  • Fixed migration error.

0.18.1

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 05 Jan 17:52
  • Removed wrong migration.

0.18.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 24 Nov 17:48
  • Added foldable apps support. #117
  • Removed css field from Theme model.

0.17.3

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 12 Oct 08:29
  • Fixed FileExtensionValidator TypeError on django < 1.11.

0.17.2

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 08 Oct 14:58
  • Fixed FileExtensionValidator TypeError on django < 1.11.

0.17.1

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 24 Sep 07:09
  • Fixed TemplateDoesNotExist error on django==4.0.a1 removing checking condition for colorfield package. #134
  • Fixed favicon fetching incompatible with django-storages S3. #128

0.17.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 16 Sep 13:51
  • Added logo_max_width and logo_max_height. #127

0.16.4

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 16 Sep 12:57
  • 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.

0.16.3

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 26 Apr 08:23
  • Added compat module.
  • Added missing 0021_file_extension_validator migration. #126
  • Formatted migrations.