Skip to content

Releases: fabiocaccamo/django-admin-interface

0.19.0

14 May 13:49
Compare
Choose a tag to compare

0.18.7

24 Feb 09:25
Compare
Choose a tag to compare
  • Removed public disclosures of the lib's version. #154 (thanks to @mintyPT)
  • Reformatted code with Black.

0.18.6

04 Feb 21:07
Compare
Choose a tag to compare
  • Added polish (pl) localization by paduszyk. #152
  • Fixed login logo max-width and title color.

0.18.5

21 Jan 12:42
Compare
Choose a tag to compare
  • Added portuguese brazil (pt_BR) localization by leandromsd. #149
  • Fixed body scroll reset to top when opening related modal. #150

0.18.4

05 Jan 17:49
Compare
Choose a tag to compare
  • 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

0.18.3

07 Dec 10:09
Compare
Choose a tag to compare
  • 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

25 Nov 10:59
Compare
Choose a tag to compare
  • Fixed migration error.

0.18.1

05 Jan 17:52
Compare
Choose a tag to compare
  • Removed wrong migration.

0.18.0

24 Nov 17:48
Compare
Choose a tag to compare
  • Added foldable apps support. #117
  • Removed css field from Theme model.

0.17.3

12 Oct 08:29
Compare
Choose a tag to compare
  • Fixed FileExtensionValidator TypeError on django < 1.11.