We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d4869 commit 538c5fcCopy full SHA for 538c5fc
adminlteui/__init__.py
@@ -1,2 +1,2 @@
1
-version = '1.6.0'
+version = '1.6.1'
2
default_app_config = 'adminlteui.apps.AdminlteUIConfig'
docs/about.md
@@ -1,5 +1,9 @@
# ChangeLog
3
+## [v1.6.1](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.6.1)
4
+- fix app in ADMINLTE_SETTINGS but current_user has not perm
5
+- fix model in ADMINLTE_SETTINGS but current_user has not perm
6
+
7
## [v1.6.0](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.6.0)
8
9
- fix #26 case by modify list_per_page with '…' str
0 commit comments