Releases: fabiocaccamo/django-admin-interface
Releases · fabiocaccamo/django-admin-interface
0.18.6
- Added polish (
pl
) localization by paduszyk. #152
- Fixed login logo
max-width
and title color
.
0.18.5
- Added portuguese brazil (
pt_BR
) localization by leandromsd. #149
- Fixed body scroll reset to top when opening related modal. #150
0.18.4
- 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
- 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.0
- Added foldable apps support. #117
- Removed
css
field from Theme
model.
0.17.3
- Fixed
FileExtensionValidator
TypeError
on django < 1.11.
0.17.2
- Fixed
FileExtensionValidator
TypeError
on django < 1.11.
0.17.1
- Fixed
TemplateDoesNotExist
error on django==4.0.a1
removing checking condition for colorfield
package. #134
- Fixed favicon fetching incompatible with
django-storages
S3
. #128