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 281c86b commit 376eb31Copy full SHA for 376eb31
adminlteui/__init__.py
@@ -1,2 +1,2 @@
1
-version = '1.5.0'
+version = '1.5.1'
2
default_app_config = 'adminlteui.apps.AdminlteUIConfig'
docs/about.md
@@ -1,8 +1,13 @@
# ChangeLog
3
+## [v1.5.1](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.5.1)
4
+
5
+- fix template tag for Django 3;
6
+- fix #18 image uploads cdn assets.
7
8
## [v1.5.0](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.5.0)
9
-- fix #12 admin_static is removed in django3
10
+- fix #12 admin_static is removed in django3;
11
- add adminlte/widgets/select.html && auto active select2 by select id.
12
13
## [v1.4.0](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.4.0)
0 commit comments