parent
1b60af57e0
commit
f167bbf2c4
|
|
@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.15.4](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.15.4) - 2021-03-01
|
||||||
|
- Fixed sticky submit and pagination `z-index` issue with sticky `list_filter` and `django-json-widget`.
|
||||||
|
|
||||||
## [0.15.3](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.15.3) - 2021-02-08
|
## [0.15.3](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.15.3) - 2021-02-08
|
||||||
- Fixed sticky submit and pagination width when `admin.site.enable_nav_sidebar = False`. #113
|
- Fixed sticky submit and pagination width when `admin.site.enable_nav_sidebar = False`. #113
|
||||||
|
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -22,10 +22,12 @@ django-admin-interface is a modern **responsive flat admin interface customizabl
|
||||||
- Beautiful default **django-theme**
|
- Beautiful default **django-theme**
|
||||||
- Themes management and customization *(you can **customize admin title, logo and colors**)*
|
- Themes management and customization *(you can **customize admin title, logo and colors**)*
|
||||||
- Responsive
|
- Responsive
|
||||||
- List filter dropdown *(optional)*
|
- Related modal *(instead of the old popup window)*
|
||||||
- `NEW` **Related modal** *(instead of the old popup window, optional)*
|
- Environment name/marker
|
||||||
- `NEW` **Environment name/marker**
|
- Language chooser
|
||||||
- `NEW` **Language chooser**
|
- List filter dropdown
|
||||||
|
- `NEW` **List filter sticky**
|
||||||
|
- `NEW` **Form controls sticky** *(pagination and save/delete buttons)*
|
||||||
- Compatibility / Style optimizations for:
|
- Compatibility / Style optimizations for:
|
||||||
- `django-ckeditor`
|
- `django-ckeditor`
|
||||||
- `django-dynamic-raw-id`
|
- `django-dynamic-raw-id`
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = '0.15.3'
|
__version__ = '0.15.4'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue