Updated README and CHANGELOG. [ci skip]

pull/69/head
Fabio Caccamo 2019-09-03 18:58:17 +02:00
parent 06de101ded
commit 56cdbe5d2f
2 changed files with 5 additions and 0 deletions

View File

@ -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.11.0] - 2019-09-03
- Added language chooser
## [0.10.5] - 2019-05-09 ## [0.10.5] - 2019-05-09
- Fixed broken migration on postgres/windows. #52 - 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 support to dropdown list filter.
- Added post_migrate handler to create the default theme after install. - 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.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.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 [0.10.3]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.10.3

View File

@ -18,6 +18,7 @@ django-admin-interface is a modern **responsive flat admin interface customizabl
- List filter dropdown *(optional)* - List filter dropdown *(optional)*
- `NEW` **Related modal** *(instead of the old popup window, optional)* - `NEW` **Related modal** *(instead of the old popup window, optional)*
- `NEW` **Environment name/marker** - `NEW` **Environment name/marker**
- `NEW` **Language chooser**
- Compatibility / Style optimizations for: - Compatibility / Style optimizations for:
- `django-ckeditor` - `django-ckeditor`
- `django-dynamic-raw-id` - `django-dynamic-raw-id`