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 2fe09d2 commit 6f4b0e9Copy full SHA for 6f4b0e9
adminlteui/__init__.py
@@ -1,2 +1,2 @@
1
-version = '1.7.1'
+version = '1.7.2'
2
default_app_config = 'adminlteui.apps.AdminlteUIConfig'
docs/about.md
@@ -1,5 +1,12 @@
# ChangeLog
-## [v1.7.1](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.7.0)
+
3
+## [v1.7.2](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.7.2)
4
+- fix submit_row issue & make change form tools float
5
+- improve fieldset.html & fix #15
6
+- fix translate in `password_change_form.html`
7
+- update `app.css`
8
9
+## [v1.7.1](https://github.com/wuyue92tree/django-adminlte-ui/releases/tag/1.7.1)
10
- fix exception when delete in changelist_view
11
- update docs
12
0 commit comments