File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ 0.10.0 2016-10-31 - Beta
2
+ ------------------------
3
+
4
+ - Forms - Upgrade to Materialize CSS 0.97.8
5
+ - Frontend, Admin - New sidebar with user photo
6
+ - Frontend, Admin - Massive CSS/JS/HTML cleanup
7
+ - Frontend, Admin - Serve minfied js/css in the production mode
8
+ - Frontend - Switch from unsupported PJAX to Turbolinks!
9
+ - Admin - Use `model_admin.has_module_permission() ` permission check
10
+
1
11
0.9.2 2016-10-27 - Beta
2
12
-----------------------
3
13
Original file line number Diff line number Diff line change @@ -49,7 +49,12 @@ Django Material Pro has a commercial-friendly license and distributed as part of
49
49
Changelog
50
50
=========
51
51
52
- 0.9.2 2016-10-27 - Beta
53
- -----------------------
54
-
55
- - Fix admin read-only field for simple values
52
+ 0.10.0 2016-10-31 - Beta
53
+ ------------------------
54
+
55
+ - Forms - Upgrade to Materialize CSS 0.97.8
56
+ - Frontend, Admin - New sidebar with user photo
57
+ - Frontend, Admin - Massive CSS/JS/HTML cleanup
58
+ - Frontend, Admin - Serve minfied js/css in the production mode
59
+ - Frontend - Switch from unsupported PJAX to Turbolinks!
60
+ - Admin - Use `model_admin.has_module_permission() ` permission check
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'django-material' ,
10
- version = '0.9.2 ' ,
10
+ version = '0.10.0 ' ,
11
11
description = 'Material design for django forms and admin' ,
12
12
license = 'BSD' ,
13
13
author = 'Mikhail Podgurskiy' ,
You can’t perform that action at this time.
0 commit comments