parent
1baebf9d62
commit
235d51ed9a
|
|
@ -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.1] - 2019-09-04
|
||||||
|
- Added language chooser display option
|
||||||
|
|
||||||
## [0.11.0] - 2019-09-03
|
## [0.11.0] - 2019-09-03
|
||||||
- Added language chooser
|
- Added language chooser
|
||||||
|
|
||||||
|
|
@ -97,6 +100,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.1]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.11.1
|
||||||
[0.11.0]: https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.11.0
|
[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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue