Updated README and CHANGELOG. [ci skip]
parent
06de101ded
commit
56cdbe5d2f
|
|
@ -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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.11.0] - 2019-09-03
|
||||
- Added language chooser
|
||||
|
||||
## [0.10.5] - 2019-05-09
|
||||
- Fixed broken migration on postgres/windows. #52
|
||||
|
||||
|
|
@ -94,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Added support to dropdown list filter.
|
||||
- Added post_migrate handler to create the default theme after install.
|
||||
|
||||
[0.11.0]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.11.0
|
||||
[0.10.5]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.10.5
|
||||
[0.10.4]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.10.4
|
||||
[0.10.3]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.10.3
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ django-admin-interface is a modern **responsive flat admin interface customizabl
|
|||
- List filter dropdown *(optional)*
|
||||
- `NEW` **Related modal** *(instead of the old popup window, optional)*
|
||||
- `NEW` **Environment name/marker**
|
||||
- `NEW` **Language chooser**
|
||||
- Compatibility / Style optimizations for:
|
||||
- `django-ckeditor`
|
||||
- `django-dynamic-raw-id`
|
||||
|
|
|
|||
Loading…
Reference in New Issue